cbuffett opened a new issue, #36704:
URL: https://github.com/apache/airflow/issues/36704

   ### Description
   
   With the ability to include tags for both Datadog and Telegraf metrics, it 
doesn't currently appear possible to include any custom tags defined on the DAG 
as part of those metrics. Telegraf for instance, supports including arbitrary 
key/value pairs as part of the metric name, but the set of tags that are 
included are limited, e.g., TaskInstance includes only `dag_id` and `task_id`
   
   ### Use case/motivation
   
   We include several metadata tags in our DAGs that we'd like to use as 
filters within our TIG stack, for example things like environment or 
stakeholder. One idea would be to modify DAG tags to add support for a 
dictionary and then use those tags wherever metrics are emitted.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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: commits-unsubscr...@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to