newrelic / newrelic-airflow-plugin

Send airflow metrics to New Relic!
Apache License 2.0
25 stars 19 forks source link

Metrics not available on NR1 #27

Open ganeshmuralidhar opened 3 years ago

ganeshmuralidhar commented 3 years ago

Here is what we followed from the plugin we have

When we try to check for metrics under Data explorer - no metrics were found (tried finding 'air', 'flow', 'dagbag'). Is there any missing steps here?

As I understood from few discussions on Slack that this plugin pulls data from Airflow Statsd package, we also added the statsd package and still do not see any metrics on NR1 pip3 install 'apache-airflow[statsd]'