chandulal commented on a change in pull request #7376: [AIRFLOW-2906] Add datadog(dogstatsd) support to send airflow metrics URL: https://github.com/apache/airflow/pull/7376#discussion_r376863414
########## File path: airflow/config_templates/default_airflow.cfg ########## @@ -667,6 +667,23 @@ statsd_allow_list = # def func_name(stat_name: str) -> str: stat_name_handler = +# Dogstatsd +# (https://docs.datadoghq.com/developers/metrics/dogstatsd_metrics_submission/?tab=python#metric-tagging) +dogstatsd_on = False +dogstatsd_host = localhost Review comment: @ashb I have made changes to use only these two variables. `stasts_datadog_enabled = False` `stasts_datadog_tags =` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
