AirFlow Integration [metrics] statsd_datadog_enabled #13799
Unanswered
nicolamarangoni
asked this question in
Q&A
Replies: 2 comments
-
I saw your post on airflow repo as well. Did you figure it out? |
Beta Was this translation helpful? Give feedback.
0 replies
-
DataDog has this PR in their documentation recommending to set it to False DataDog/integrations-core#16378 |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This manual looks obsolete: https://docs.datadoghq.com/integrations/airflow/?tab=host
I'm currently using the following setting:
and it looks like
isn't needed anymore, as the metrics are sent to the DogStatsD running per default when the agent is started (on
localhost:8125
).Furthermore, the datadog.yaml with the specific settings for AirFlow isn't needed anymore.
However, I don't find any documentation about the parameter
statsd_datadog_enabled
.The AirFlow documentation doesn't offer any detail and the is no mention of it in the DataDog docs.
Beta Was this translation helpful? Give feedback.
All reactions