Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Adding support for opentracing 0.32 #567

Merged
merged 5 commits into from
Apr 10, 2019

Conversation

dougEfresh
Copy link
Contributor

WIP for opentracing 0.32
See discussions at:
opentracing/opentracing-java#314

See also jaeger issue #566

@codecov
Copy link

codecov bot commented Nov 10, 2018

Codecov Report

Merging #567 into master will decrease coverage by 0.36%.
The diff coverage is 92.3%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #567      +/-   ##
============================================
- Coverage     89.53%   89.17%   -0.37%     
- Complexity      542      543       +1     
============================================
  Files            68       68              
  Lines          1949     1958       +9     
  Branches        251      251              
============================================
+ Hits           1745     1746       +1     
- Misses          129      135       +6     
- Partials         75       77       +2
Impacted Files Coverage Δ Complexity Δ
...ain/java/io/jaegertracing/internal/JaegerSpan.java 93.51% <100%> (+0.06%) 48 <1> (+1) ⬆️
...a/io/jaegertracing/internal/JaegerSpanContext.java 97.87% <100%> (+0.25%) 29 <3> (+3) ⬆️
...n/java/io/jaegertracing/internal/JaegerTracer.java 88.76% <85.71%> (-0.25%) 26 <2> (ø)
...rtracing/internal/reporters/CompositeReporter.java 71.42% <0%> (-28.58%) 6% <0%> (-1%)
...java/io/jaegertracing/zipkin/ZipkinV2Reporter.java 71.42% <0%> (-28.58%) 2% <0%> (-1%)
...gertracing/internal/reporters/LoggingReporter.java 81.81% <0%> (-9.1%) 4% <0%> (-1%)

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 bb0fa21...e4f396c. Read the comment docs.

@dougEfresh dougEfresh force-pushed the opentracing-0.32.0 branch 5 times, most recently from 36324c2 to 4466e82 Compare February 6, 2019 16:13
@dougEfresh dougEfresh force-pushed the opentracing-0.32.0 branch 2 times, most recently from 7e18dd7 to 1e707cf Compare March 2, 2019 18:18
Signed-off-by: Doug Chimento <dchimento@gmail.com>
Rename traceIdTextMapCodec -> traceIdAsString
Remove checking value type in withTag(Tag<?> tag, T value)

Signed-off-by: Doug Chimento <dchimento@gmail.com>
@dougEfresh dougEfresh changed the title WIP adding support for opentracing 0.32 Adding support for opentracing 0.32 Mar 28, 2019
Signed-off-by: Doug Chimento <dchimento@gmail.com>
Signed-off-by: Doug Chimento <dchimento@gmail.com>
Copy link
Member

@yurishkuro yurishkuro left a comment

Choose a reason for hiding this comment

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

lgtm aside from isFinished. Thanks for the PR!

cc @jpkrohling

Signed-off-by: Doug Chimento <dchimento@gmail.com>
Copy link
Collaborator

@jpkrohling jpkrohling left a comment

Choose a reason for hiding this comment

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

LGTM

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants