Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.x] Use circuit breaker in InternalHistogram when adding empty buckets (#14754) #14844

Merged
merged 1 commit into from
Jul 20, 2024

Use circuit breaker in InternalHistogram when adding empty buckets (#…

21be116
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Use circuit breaker in InternalHistogram when adding empty buckets (#14754) #14844

Use circuit breaker in InternalHistogram when adding empty buckets (#…
21be116
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 20, 2024 in 0s

71.57% (target 70.00%)

View this Pull Request on Codecov

71.57% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 71.57%. Comparing base (c3bcea6) to head (21be116).
Report is 1 commits behind head on 2.x.

Files Patch % Lines
...gregations/bucket/histogram/InternalHistogram.java 75.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #14844      +/-   ##
============================================
+ Coverage     71.50%   71.57%   +0.06%     
+ Complexity    62503    62495       -8     
============================================
  Files          5106     5106              
  Lines        293625   293631       +6     
  Branches      42779    42779              
============================================
+ Hits         209967   210173     +206     
+ Misses        66057    65770     -287     
- Partials      17601    17688      +87     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.