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

[propagator] Add Jaeger propagator #375

Merged
merged 7 commits into from
Oct 9, 2020

Conversation

TommyCpp
Copy link
Contributor

@TommyCpp TommyCpp commented Sep 29, 2020

Some design considerations:

  • The doc mentioned that parent span id is deprecated so we will ignore this part. That's to say this part must present but we don't actually verify its content.
  • flags length can be various since we treat them as hex encoding bitmap

Closes #358

@TommyCpp TommyCpp marked this pull request as ready for review September 30, 2020 02:39
propagators/jaeger/doc.go Outdated Show resolved Hide resolved
propagators/jaeger/jaeger_data_test.go Outdated Show resolved Hide resolved
propagators/jaeger/jaeger_propagator.go Outdated Show resolved Hide resolved
propagators/jaeger/jaeger_propagator.go Outdated Show resolved Hide resolved
propagators/jaeger/jaeger_propagator.go Outdated Show resolved Hide resolved
Change traceID so that we can verify the propagator will not just take the  low 64 bits.
Copy link
Contributor

@MrAlias MrAlias left a comment

Choose a reason for hiding this comment

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

Looks good functionally, just needs some docs. 👍

propagators/jaeger/jaeger_propagator.go Show resolved Hide resolved
propagators/jaeger/jaeger_propagator.go Show resolved Hide resolved
propagators/jaeger/jaeger_propagator.go Show resolved Hide resolved
@MrAlias MrAlias added this to the RC1 milestone Oct 9, 2020
@MrAlias MrAlias merged commit bbc03fa into open-telemetry:master Oct 9, 2020
@Aneurysm9 Aneurysm9 mentioned this pull request Oct 9, 2020
plantfansam referenced this pull request in plantfansam/opentelemetry-go-contrib Mar 18, 2022
Change all occurrences of value to pointer receivers
Add meta sys files to .gitignore
Code cleanup e.g.
- Don't capitalize error statements
- Fix ignored errors
- Fix ambiguous variable naming
- Remove unnecessary type casting
- Use named params

Fix #306
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.

Proposal: Add Jaeger propagator
4 participants