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

Handle span events for jaeger exporter #895

Merged
merged 3 commits into from
Jul 8, 2021

Conversation

lalitb
Copy link
Member

@lalitb lalitb commented Jul 8, 2021

Fixes #759 partially

Changes

Mapping span events to Jaeger logs as per the specs:
https://github.com/open-telemetry/opentelemetry-specification/blob/0d02e95ed403152e88b1d0896eeb67394b78ed62/specification/trace/sdk_exporters/jaeger.md#events

For significant contributions please make sure you have completed the following items:

  • CHANGELOG.md updated for non-trivial changes
  • Unit tests have been added
  • Changes in public API reviewed

@lalitb lalitb requested a review from a team July 8, 2021 10:43
@codecov
Copy link

codecov bot commented Jul 8, 2021

Codecov Report

Merging #895 (e0ae04c) into main (9b1725b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #895   +/-   ##
=======================================
  Coverage   95.40%   95.40%           
=======================================
  Files         158      158           
  Lines        6705     6705           
=======================================
  Hits         6396     6396           
  Misses        309      309           

Copy link
Member

@reyang reyang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@lalitb lalitb merged commit 51b6b19 into open-telemetry:main Jul 8, 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.

Jaeger Exporter : Handle Events and Links
3 participants