GitHub user praphi-git edited a comment on the discussion: add additional Otel
traces
since we are setting all the settings through airflow config, was looking for
an equivalent for OTEL_RESOURCE_ATTRIBUTES.
i found it after browsing through the code.
```
def get_constant_tags(cls) -> str | None:
"""Get constant tags to add to all traces."""
tags_in_string = conf.get("traces", "tags", fallback=None)
```
Haven't found documentation for this in docs page. will this conf(tags) be
maintained moving forward ?
GitHub link:
https://github.com/apache/airflow/discussions/48658#discussioncomment-12786986
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]