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

Rename OtTracerPropagator to OtTracePropagator. #2718

Merged

Conversation

carlosalberto
Copy link
Contributor

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.

@jkwatson
Copy link
Contributor

jkwatson commented Feb 5, 2021

you sure it shouldn't be "OtTracesPropagator"? :trollface:

@bogdandrutu
Copy link
Member

@carlosalberto please fix the build

@codecov
Copy link

codecov bot commented Feb 8, 2021

Codecov Report

Merging #2718 (c2d07fc) into main (faa8bf8) will increase coverage by 89.57%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             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     
Impacted Files Coverage Δ Complexity Δ
...ntelemetry/extension/trace/propagation/Common.java 75.00% <ø> (ø) 11.00 <0.00> (?)
...extension/trace/propagation/OtTracePropagator.java 85.41% <100.00%> (ø) 16.00 <0.00> (?)
...try/sdk/autoconfigure/PropagatorConfiguration.java 100.00% <100.00%> (ø) 11.00 <0.00> (?)
.../java/io/opentelemetry/sdk/resources/Resource.java 89.09% <0.00%> (ø) 16.00% <0.00%> (?%)
.../opentelemetry/sdk/extension/zpages/ZPageLogo.java 72.72% <0.00%> (ø) 5.00% <0.00%> (?%)
...ava/io/opentelemetry/api/common/AttributeType.java 100.00% <0.00%> (ø) 1.00% <0.00%> (?%)
...main/java/io/opentelemetry/api/trace/SpanKind.java 100.00% <0.00%> (ø) 1.00% <0.00%> (?%)
...ain/java/io/opentelemetry/api/baggage/Baggage.java 87.50% <0.00%> (ø) 7.00% <0.00%> (?%)
...ava/io/opentelemetry/api/metrics/DefaultMeter.java 99.43% <0.00%> (ø) 18.00% <0.00%> (?%)
...pentelemetry/api/baggage/BaggageEntryMetadata.java 100.00% <0.00%> (ø) 2.00% <0.00%> (?%)
... and 310 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update faa8bf8...c2d07fc. Read the comment docs.

@@ -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
Copy link
Contributor

Choose a reason for hiding this comment

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

@anuraaga anuraaga merged commit 73d1791 into open-telemetry:main Feb 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.

4 participants