potiuk commented on code in PR #39908:
URL: https://github.com/apache/airflow/pull/39908#discussion_r1637631500
##########
airflow/config_templates/config.yml:
##########
@@ -1064,6 +1064,13 @@ metrics:
type: string
example: "\"scheduler,executor,dagrun\" or
\"^scheduler,^executor,heartbeat|timeout\""
default: ""
+ metrics_consistency_on:
+ description: |
+ Enables metrics onsistency across all metrics loggers (ex: timer and
timing metrics).
+ version_added: 2.9.2
Review Comment:
That should be 2.10 -> we are not likely to cherry-pick it to 2.9.2
--
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]