hussein-awala commented on code in PR #36250:
URL: https://github.com/apache/airflow/pull/36250#discussion_r1428787680
##########
airflow/config_templates/config.yml:
##########
@@ -944,6 +944,14 @@ metrics:
description: |
StatsD (https://github.com/etsy/statsd) integration settings.
options:
+ metrics_use_fuzzy_match:
Review Comment:
I like the idea of pattern match, we even don't need to rename the variable,
we can just update the configuration description and explain that since 2.9.0,
Airflow supports regex in `metrics_allow_list` and `metrics_block_list`.
--
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]