xBis7 commented on code in PR #53722:
URL: https://github.com/apache/airflow/pull/53722#discussion_r2683510441
##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -1085,6 +1085,15 @@ metrics:
example: "\"scheduler,executor,dagrun,pool,triggerer,celery\"
or \"^scheduler,^executor,heartbeat|timeout\""
default: ""
+ legacy_names_on:
+ description: |
+ If true, it exports both new and legacy metric names.
+ Legacy names contain variables such as dag_id and task_id,
+ while the new names set these variables inside tags.
+ version_added: 3.1.0
Review Comment:
Fixed.
--
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]