You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/09/01 09:27:09 UTC

[GitHub] [airflow] jedcunningham commented on issue #17920: Support statsd mappings for DataDog

jedcunningham commented on issue #17920:
URL: https://github.com/apache/airflow/issues/17920#issuecomment-909459233


   You don't need to run the statsd-exporter when integrating with DataDog, to the best of my knowledge you can export directly to DogStatsD? Try something like this instead:
   
   ```
   statsd:
     enabled: false
   config:
     metrics:
       statsd_on: true
       statsd_host: localhost
       statsd_port: 8125
       statsd_datadog_enabled: true
   ```
   
   Is there some benefit to using the exporter I'm not aware of (granted, I'm not a DataDog user)?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org