kaxil commented on issue #9823: URL: https://github.com/apache/airflow/issues/9823#issuecomment-658653971
There is already an `allow_list` feature that can be improved (or might be sufficient) https://airflow.readthedocs.io/en/1.10.11/metrics.html#setup PR that added that feature: https://github.com/apache/airflow/pull/6130 ``` [scheduler] statsd_allow_list = scheduler,executor,dagrun ``` I could imagine the following setting to meet our need @sjmiller609 : ``` [scheduler] statsd_allow_list = operator_failures_BashOperator,operator_failures_PythonOperator ``` ---------------------------------------------------------------- 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]
