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

URI path filtering support in cluster stats API #15938

Merge branch 'main' into cluster_stats_uri_path_filtering

f596268
Select commit
Loading
Failed to load commit list.
Merged

URI path filtering support in cluster stats API #15938

Merge branch 'main' into cluster_stats_uri_path_filtering
f596268
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 22, 2024 in 0s

72.07% (target 70.00%)

View this Pull Request on Codecov

72.07% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 64.68647% with 107 lines in your changes missing coverage. Please review.

Project coverage is 72.07%. Comparing base (456ca97) to head (f596268).

Files with missing lines Patch % Lines
.../action/admin/cluster/stats/ClusterStatsNodes.java 29.78% 31 Missing and 2 partials ⚠️
...ction/admin/cluster/stats/ClusterStatsIndices.java 62.26% 14 Missing and 6 partials ⚠️
...min/cluster/stats/TransportClusterStatsAction.java 54.54% 15 Missing and 5 partials ⚠️
...ction/admin/cluster/stats/ClusterStatsRequest.java 82.08% 6 Missing and 6 partials ⚠️
...tion/admin/cluster/stats/ClusterStatsResponse.java 47.82% 10 Missing and 2 partials ⚠️
...dmin/cluster/stats/ClusterStatsRequestBuilder.java 0.00% 6 Missing ⚠️
.../opensearch/index/cache/query/QueryCacheStats.java 0.00% 1 Missing and 1 partial ⚠️
...org/opensearch/index/fielddata/FieldDataStats.java 0.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15938      +/-   ##
============================================
+ Coverage     71.95%   72.07%   +0.12%     
- Complexity    64906    65022     +116     
============================================
  Files          5313     5313              
  Lines        303081   303287     +206     
  Branches      43806    43883      +77     
============================================
+ Hits         218089   218607     +518     
+ Misses        67165    66781     -384     
- Partials      17827    17899      +72     

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