Skip to content

Update precedence of event name in Jaeger exporter#1768

Merged
MrAlias merged 5 commits intoopen-telemetry:mainfrom
MrAlias:jaeger-event-name-precedence
Apr 2, 2021
Merged

Update precedence of event name in Jaeger exporter#1768
MrAlias merged 5 commits intoopen-telemetry:mainfrom
MrAlias:jaeger-event-name-precedence

Conversation

@MrAlias
Copy link
Copy Markdown
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

MrAlias added 2 commits April 1, 2021 11:56
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
Copy Markdown

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
@pellared pellared added this to the untracked milestone Nov 8, 2024
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

4 participants