census-instrumentation / opencensus-java

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

Fix time skew exceptions crashing disruptor thread #2071

Closed jsuereth closed 3 years ago

jsuereth commented 3 years ago

For now, we fix all known issues with time skew in Metric Views.

Fixes #2068 (deemed to not have a workaround)

codecov-io commented 3 years ago

Codecov Report

Merging #2071 (abfb238) into master (6123b84) will decrease coverage by 0.01%. The diff coverage is 60.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2071      +/-   ##
============================================
- Coverage     83.08%   83.06%   -0.02%     
  Complexity     2264     2264              
============================================
  Files           322      322              
  Lines         10557    10565       +8     
  Branches       1048     1049       +1     
============================================
+ Hits           8771     8776       +5     
- Misses         1448     1451       +3     
  Partials        338      338              
Impacted Files Coverage Δ Complexity Δ
.../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 6123b84...abfb238. Read the comment docs.