issues
search
DataDog
/
dd-sdk-ios
Datadog SDK for iOS - Swift and Objective-C.
Apache License 2.0
219
stars
127
forks
source link
RUM-5716 fix: propagate global Tracer tags to otel span attributes
#2000
Closed
ganeshnj
closed
2 months ago
ganeshnj
commented
2 months ago
What and why?
Currently global tags are not included in the otel spans
How?
add global tags to the span first
add local tags to the span, and if there is same key, then replace it
Review checklist
[x] Feature or bugfix MUST have appropriate tests (unit, integration)
[ ] Make sure each commit and the PR mention the Issue number or JIRA reference
[x] Add CHANGELOG entry for user facing changes
What and why?
Currently global tags are not included in the otel spans
How?
Review checklist