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

[Tiered Caching] Stats rework (4/4): Adds stats implementation for TieredSpilloverCache #13236

Merged
merged 24 commits into from
May 3, 2024

Reworded description comment

ef2bffa
Select commit
Loading
Failed to load commit list.
Merged

[Tiered Caching] Stats rework (4/4): Adds stats implementation for TieredSpilloverCache #13236

Reworded description comment
ef2bffa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 30, 2024 in 1s

71.43% (target 70.00%)

View this Pull Request on Codecov

71.43% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 95.90643% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 71.43%. Comparing base (b15cb0c) to head (ef2bffa).
Report is 246 commits behind head on main.

Files Patch % Lines
...search/cache/common/tier/TieredSpilloverCache.java 94.17% 3 Missing and 3 partials ⚠️
...e/common/tier/TieredSpilloverCacheStatsHolder.java 97.95% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #13236      +/-   ##
============================================
+ Coverage     71.42%   71.43%   +0.01%     
- Complexity    59978    60999    +1021     
============================================
  Files          4985     5051      +66     
  Lines        282275   286936    +4661     
  Branches      40946    41561     +615     
============================================
+ Hits         201603   204980    +3377     
- Misses        63999    65012    +1013     
- Partials      16673    16944     +271     

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