Datadog statsd for Airflow #688
Unanswered
marekargalas
asked this question in
Questions & Answers
Replies: 1 comment
-
@marekargalas I am interested if you have solved this problem. If you have, could you share what you did, and possibly help us add a new FAQ page about using DataDog? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey!
Currently I'm using epoch8/airflow-exporter for exporting metrics to Prometheus. I would like to switch it to Datadog and noticed that there is integration for that.. Any experience how to roll it out?
From first look it seems feasible:
pip install 'apache-airflow[statsd]'
- could that be injected to extraPipPackages?values.yaml
as well?datadog.yaml
file (I already got Datadog agents running) but they are out of my impactAny experience or advice is welcome! Definitely I will test on staging one, but just want to double check if that's feasible at all. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions