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

Added custom sampler support based on action in request #10136

Empty-Commit

9c3380d
Select commit
Loading
Failed to load commit list.
Merged

Added custom sampler support based on action in request #10136

Empty-Commit
9c3380d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 7, 2024 in 0s

71.21% (target 70.00%)

View this Pull Request on Codecov

71.21% (target 70.00%)

Details

Codecov Report

Attention: 155 lines in your changes are missing coverage. Please review.

Comparison is base (3cbf54e) 71.40% compared to head (9c3380d) 71.21%.
Report is 9 commits behind head on main.

Files Patch % Lines
...rch/search/fetch/subphase/MatchedQueriesPhase.java 0.00% 37 Missing ⚠️
...src/main/java/org/opensearch/search/SearchHit.java 58.73% 17 Missing and 9 partials ⚠️
...ansport/top_queries/TransportTopQueriesAction.java 24.00% 18 Missing and 1 partial ⚠️
.../insights/core/listener/QueryInsightsListener.java 73.58% 10 Missing and 4 partials ⚠️
...opensearch/search/builder/SearchSourceBuilder.java 42.85% 4 Missing and 4 partials ⚠️
.../resthandler/top_queries/RestTopQueriesAction.java 61.11% 7 Missing ⚠️
.../telemetry/tracing/sampler/OTelSamplerFactory.java 71.42% 6 Missing ⚠️
.../insights/rules/action/top_queries/TopQueries.java 66.66% 5 Missing ⚠️
...g/sampler/ProbabilisticTransportActionSampler.java 73.68% 3 Missing and 2 partials ⚠️
...search/ingest/common/RemoveByPatternProcessor.java 95.77% 1 Missing and 2 partials ⚠️
... and 13 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #10136      +/-   ##
============================================
- Coverage     71.40%   71.21%   -0.20%     
+ Complexity    59636    59540      -96     
============================================
  Files          4944     4954      +10     
  Lines        280322   280693     +371     
  Branches      40728    40780      +52     
============================================
- Hits         200175   199882     -293     
- Misses        63501    64124     +623     
- Partials      16646    16687      +41     

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