Skip to content

add slow request sampler - #4978

Open
Dogacel wants to merge 11 commits into
line:mainfrom
Dogacel:dogac/add-slow-request-sampler
Open

add slow request sampler#4978
Dogacel wants to merge 11 commits into
line:mainfrom
Dogacel:dogac/add-slow-request-sampler

Merge branch 'main' into dogac/add-slow-request-sampler

16fd779
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 17, 2026 in 0s

74.04% (+0.08%) compared to b8eb810

View this Pull Request on Codecov

74.04% (+0.08%) compared to b8eb810

Details

Codecov Report

❌ Patch coverage is 85.71429% with 15 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.04%. Comparing base (b8eb810) to head (16fd779).
⚠️ Report is 1049 commits behind head on main.

Files with missing lines Patch % Lines
...meria/common/util/TimeWindowPercentileSampler.java 79.48% 6 Missing and 2 partials ⚠️
.../armeria/server/logging/LoggingServiceBuilder.java 80.00% 1 Missing and 2 partials ⚠️
...ion/decorator/LoggingDecoratorFactoryFunction.java 88.23% 0 Missing and 2 partials ⚠️
...a/com/linecorp/armeria/common/util/AndSampler.java 87.50% 1 Missing ⚠️
...va/com/linecorp/armeria/common/util/OrSampler.java 87.50% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #4978      +/-   ##
============================================
+ Coverage     73.95%   74.04%   +0.08%     
- Complexity    20115    21142    +1027     
============================================
  Files          1730     1839     +109     
  Lines         74161    78166    +4005     
  Branches       9465     9983     +518     
============================================
+ Hits          54847    57878    +3031     
- Misses        14837    15589     +752     
- Partials       4477     4699     +222     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.