potiuk opened a new issue #11463: URL: https://github.com/apache/airflow/issues/11463
**Description** It would be great if the metrics we publish in Airflow change to include TAGs for "variable" parts of those (such as dag_id, task_id, pool name) rather than being part of the metrics. See here: https://airflow.apache.org/docs/1.10.12/metrics.html, https://airflow.readthedocs.io/en/latest/logging-monitoring/metrics.html - those variable parts should be tags. We might consider to change those metrics by default in 2.0 and possibly introduce a backport in 1.10.13 to allow people to migrate. **Use case / motivation** Having the variable parts of the metrics makes it really difficult to aggregate the metrics. Seems that statsd python library does not support tags, but there are possible solutions by installing extensions: https://stackoverflow.com/questions/49852654/sending-statsd-metrics-with-tags-from-python-client **Related Issues** <!-- Is there currently another issue associated with this? --> ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
