census-instrumentation / opencensus-java

A stats collection and distributed tracing framework
https://opencensus.io
Apache License 2.0
672 stars 201 forks source link

Cherry-pick criticial fixes into 0.28.x branch for 0.28.3 release #2073

Closed jsuereth closed 3 years ago

jsuereth commented 3 years ago

Still going through release process, so there may be more necessary to get a full release, but at a minimum this backports fixes onto 0.28.x in preparation for a 0.28.3

codecov-io commented 3 years ago

Codecov Report

Merging #2073 (62f1752) into v0.28.x (ca93125) will decrease coverage by 0.02%. The diff coverage is 53.84%.

Impacted file tree graph

@@              Coverage Diff              @@
##             v0.28.x    #2073      +/-   ##
=============================================
- Coverage      83.08%   83.05%   -0.03%     
- Complexity      2264     2265       +1     
=============================================
  Files            322      322              
  Lines          10557    10568      +11     
  Branches        1048     1049       +1     
=============================================
+ Hits            8771     8777       +6     
- Misses          1448     1452       +4     
- Partials         338      339       +1     
Impacted Files Coverage Δ Complexity Δ
...io/opencensus/trace/unsafe/ContextManagerImpl.java 100.00% <ø> (ø) 6.00 <0.00> (ø)
.../java/io/opencensus/trace/unsafe/ContextUtils.java 100.00% <ø> (ø) 4.00 <0.00> (ø)
...io/opencensus/trace/unsafe/ContextHandleUtils.java 78.57% <33.33%> (-12.34%) 6.00 <1.00> (+1.00) :arrow_down:
.../io/opencensus/implcore/stats/MutableViewData.java 92.07% <60.00%> (-1.52%) 4.00 <0.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 ca93125...62f1752. Read the comment docs.