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

Record logs passed with Span::FinishWithOptions #58

Merged
merged 1 commit into from
Mar 26, 2018

Conversation

ringerc
Copy link
Contributor

@ringerc ringerc commented Feb 8, 2018

Jaeger cpp-client was dropping logs included in a FinishSpanOptions
silently on the floor. Append them to the log buffer during FinishWithOptions instead.

Fixes #57

Signed-off-by: Craig Ringer craig@2ndquadrant.com

Jaeger cpp-client was previously dropping logs included in a FinishSpanOptions
silently on the floor.

Fixes jaegertracing#57

Signed-off-by: Craig Ringer <craig@2ndquadrant.com>
@ringerc
Copy link
Contributor Author

ringerc commented Feb 8, 2018

This requires OpenTracing master by the looks

@rnburn
Copy link
Contributor

rnburn commented Mar 16, 2018

@isaachier This should be ready to merge now.

@isaachier
Copy link
Contributor

Rebuilding now. Sorry for delay.

@codecov
Copy link

codecov bot commented Mar 26, 2018

Codecov Report

Merging #58 into master will decrease coverage by 0.6%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
- Coverage   88.46%   87.86%   -0.61%     
==========================================
  Files          93       96       +3     
  Lines        2246     2291      +45     
==========================================
+ Hits         1987     2013      +26     
- Misses        259      278      +19
Impacted Files Coverage Δ
src/jaegertracing/Tag.h 100% <100%> (ø) ⬆️
src/jaegertracing/LogRecord.h 100% <100%> (ø) ⬆️
src/jaegertracing/Span.cpp 54.23% <100%> (+0.78%) ⬆️
src/jaegertracing/reporters/RemoteReporter.cpp 73.33% <0%> (ø) ⬆️
src/jaegertracing/DynamicLoad.cpp 83.33% <0%> (ø)
src/jaegertracing/TracerFactory.h 100% <0%> (ø)
src/jaegertracing/TracerFactory.cpp 30.76% <0%> (ø)
src/jaegertracing/UDPTransport.cpp 93.87% <0%> (+2.04%) ⬆️

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 c36adcf...c308b55. Read the comment docs.

@isaachier isaachier merged commit 0977a4d into jaegertracing:master Mar 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants