uranusjr commented on code in PR #28961:
URL: https://github.com/apache/airflow/pull/28961#discussion_r1070883340


##########
airflow/config_templates/config.yml:
##########
@@ -851,6 +851,13 @@ metrics:
       type: string
       example: ~
       default: ""
+    statsd_datadog_metrics_tags:
+      description: |
+        If set to True, Airflow will add metadata as tags for some of the 
emitted metrics
+      version_added: 2.6.0
+      type: boolean
+      example: ~
+      default: "False"

Review Comment:
   Would emitting metadata introduce incompatibility (i.e. do existing setups 
need to change to accomodate the extra information)? If not, I’d suggest 
defaulting to true instead so this feature is easier to discover.



-- 
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]

Reply via email to