pip3 install newrelic-airflow-plugin In the documentation it said pip but the team used pip3, I hope that will not be an issue
Set NEW_RELIC_INSERT_KEY .Created an Insert Key from API Keys section (not the license nor Ingest key)
Restarted AirFlow Master and Scheduler
(Didn’t update Lazy Load config as the Airflow version is 1.10.14)
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]'
Here is what we followed from the plugin we have
pip3 install newrelic-airflow-plugin
In the documentation it said pip but the team used pip3, I hope that will not be an issueNEW_RELIC_INSERT_KEY
.Created an Insert Key from API Keys section (not the license nor Ingest key)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]'