sortega commented on code in PR #68568:
URL: https://github.com/apache/airflow/pull/68568#discussion_r3435908708
##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -1249,6 +1249,17 @@ metrics:
type: boolean
example: ~
default: "False"
+ dag_tags_in_metrics:
+ description: |
+ Set to ``True`` to include Dag tags as metric tags on all Dag-run and
task-instance metrics.
+ Tags that contain a colon (e.g. ``env:prod``) are split into a
key/value pair. Plain tags
+ (e.g. ``production``) are emitted as standalone DogStatsd tags, or as
``tag=true`` in InfluxDB
+ line-protocol format. Disabled by default to avoid unexpected
cardinality increases, since Dag
+ tags are free-form, user-defined strings.
+ version_added: 3.3.0
Review Comment:
OK
--
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]