You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(tracer): add remote config support of tags (#7515)
Following #7489, add remote
configuration support for tags. This feature will enable users to set
custom tags like `team` for their services.

Since `tracer.set_tags()` exists, there is the risk of some confusion
for customers for where a tag might be coming from when observing a span
in the UI. I am treating `tracer.set_tags()` as tags local to the
tracer, independent of the global config setting `config.tags` /
`DD_TAGS`. This means that tags set via remote configuration will not be
able to override those set by `tracer.set_tags()` which may not be
desirable. In those cases I think we can recommend that users do not use
the `tracer.set_tags()` method.
Co-authored-by: Munir Abdinur <[email protected]>
0 commit comments