Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update precedence of event name in Jaeger exporter #1768

Merged
merged 5 commits into from
Apr 2, 2021

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Apr 1, 2021

The OTel specification states that the event needs to be recorded as a log with its name set to a tag having the "event" key. That key needs to be overridden when there is an attribute with the same key. This updates to implement this.

Resolves #1767

The OTel specification states that the event needs to be recorded as a
log with its name set to a tag having the "event" key. That key needs to
be overridden when there is an attribute with the same key. This updates
to implement this.

Resolves open-telemetry#1767
@codecov
Copy link

codecov bot commented Apr 1, 2021

Codecov Report

Merging #1768 (b1de6b3) into main (33699d2) will increase coverage by 0.0%.
The diff coverage is 100.0%.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #1768   +/-   ##
=====================================
  Coverage   78.6%   78.6%           
=====================================
  Files        133     133           
  Lines       7083    7087    +4     
=====================================
+ Hits        5569    5573    +4     
  Misses      1268    1268           
  Partials     246     246           
Impacted Files Coverage Δ
exporters/trace/jaeger/jaeger.go 93.6% <100.0%> (+0.1%) ⬆️

@MrAlias MrAlias merged commit 35cfbc7 into open-telemetry:main Apr 2, 2021
@MrAlias MrAlias deleted the jaeger-event-name-precedence branch April 2, 2021 14:15
@MrAlias MrAlias mentioned this pull request Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update precedence of event name in Jaeger exporter
3 participants