You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "hussein-awala (via GitHub)" <gi...@apache.org> on 2023/02/05 17:59:16 UTC

[GitHub] [airflow] hussein-awala commented on issue #29363: Statsd: Allow configuring custom tag for instance identification

hussein-awala commented on issue #29363:
URL: https://github.com/apache/airflow/issues/29363#issuecomment-1418202085

   Indeed this is available now only for datadog metrics via the config [statsd_datadog_tags](https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#statsd-datadog-tags), where for the other monitoring tools, we are using `statsd.StatsClient` or any custom client which extend it, and unfortunately, this client doesn't support tagging ([doc](https://statsd.readthedocs.io/en/v3.3/tags.html))
   > Tagged metrics—such as those used by [Datadog](https://www.datadoghq.com/) and [Telegraf](https://github.com/influxdata/telegraf)—are explicitly outside the scope of this library. [Alternatives](https://pypi.org/project/statsd-tags/) exist and are recommended. This document lays out the reasons to avoid support for tags.
   
   I'm testing alternative solutions to support tagging on all the backends in order to generalize #28961, and this will include what you are proposing. If you have any idea to do that, feel free to propose it or open a new PR.


-- 
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-unsubscribe@airflow.apache.org

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