hypertrace / span-normalizer

A streaming job that converts the incoming spans into Hypertrace's raw span format
Apache License 2.0
0 stars 2 forks source link

Span counter metric #29

Closed samarth-gupta-traceable closed 4 years ago

samarth-gupta-traceable commented 4 years ago

Added below:

  1. Total spans received counter.
  2. per tenant valid spans received counter.

Removed:

  1. Redundant variable traceId
codecov[bot] commented 4 years ago

Codecov Report

Merging #29 into main will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #29      +/-   ##
============================================
+ Coverage     83.65%   83.69%   +0.03%     
- Complexity      241      242       +1     
============================================
  Files            16       16              
  Lines           826      828       +2     
  Branches         55       55              
============================================
+ Hits            691      693       +2     
  Misses           99       99              
  Partials         36       36              
Flag Coverage Δ Complexity Δ
#unit 83.69% <100.00%> (+0.03%) 242.00 <1.00> (+1.00)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ Complexity Δ
...zer/jaeger/JaegerSpanToAvroRawSpanTransformer.java 70.00% <100.00%> (+3.33%) 5.00 <1.00> (+1.00)

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 9b83081...dc23b7a. Read the comment docs.