potiuk commented on code in PR #29881: URL: https://github.com/apache/airflow/pull/29881#discussion_r1125639145
########## airflow/config_templates/default_airflow.cfg: ########## @@ -486,6 +486,12 @@ statsd_prefix = airflow # start with the elements of the list (e.g: "scheduler,executor,dagrun") statsd_allow_list = +# If you want to avoid sending all the available metrics to StatsD, +# you can configure a block list of prefixes (comma separated) to filter out metrics that +# start with the elements of the list (e.g: "scheduler,executor,dagrun"). +# If statsd_allow_list and statsd_block_list are both configured, statsd_block_list is ignored Review Comment: One small NIT. Probably we should have a warning in the logs if both are configured. -- 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]
