-
Notifications
You must be signed in to change notification settings - Fork 855
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
Rename OtTracerPropagator to OtTracePropagator. #2718
Rename OtTracerPropagator to OtTracePropagator. #2718
Conversation
you sure it shouldn't be "OtTracesPropagator"? |
@carlosalberto please fix the build |
Codecov Report
@@ Coverage Diff @@
## main #2718 +/- ##
===========================================
+ Coverage 0 89.57% +89.57%
- Complexity 0 2692 +2692
===========================================
Files 0 317 +317
Lines 0 8702 +8702
Branches 0 883 +883
===========================================
+ Hits 0 7795 +7795
- Misses 0 628 +628
- Partials 0 279 +279
Continue to review full report at Codecov.
|
@@ -62,8 +62,9 @@ private static TextMapPropagator getPropagator( | |||
return B3Propagator.builder().injectMultipleHeaders().build(); | |||
case "jaeger": | |||
return JaegerPropagator.getInstance(); | |||
// NB: https://github.com/open-telemetry/opentelemetry-specification/pull/1406 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is done to match the name in other SIGs and the name it will have in the Specification (see this).
Updated its small documentation piece as well.