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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to