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) #16427

Conversation

SwethaGuptha
Copy link
Contributor

@SwethaGuptha SwethaGuptha commented Oct 22, 2024

  • URI path filtering support in cluster stats API

(cherry picked from commit 1982427)

Description

Backport #15938 to 2.x

Related Issues

Resolves #[Issue number to be closed when this PR is merged]

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@shwetathareja shwetathareja self-requested a review October 22, 2024 15:58
…5938)

* URI path filtering support in cluster stats API

Signed-off-by: Swetha Guptha <gupthasg@amazon.com>
(cherry picked from commit 1982427)
Signed-off-by: Swetha Guptha <gupthasg@amazon.com>
Copy link
Contributor

✅ Gradle check result for d6fa5f3: SUCCESS

Copy link

codecov bot commented Oct 22, 2024

Codecov Report

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

Project coverage is 71.83%. Comparing base (5617340) to head (d6fa5f3).
Report is 3 commits behind head on 2.x.

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              @@
##                2.x   #16427      +/-   ##
============================================
+ Coverage     71.75%   71.83%   +0.07%     
- Complexity    65231    65367     +136     
============================================
  Files          5312     5312              
  Lines        304646   304903     +257     
  Branches      44324    44418      +94     
============================================
+ Hits         218604   219027     +423     
+ Misses        67796    67642     -154     
+ Partials      18246    18234      -12     

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

@shwetathareja shwetathareja merged commit 0ed5ddd into opensearch-project:2.x Oct 22, 2024
39 of 41 checks passed
@shwetathareja shwetathareja added the v2.18.0 Issues and PRs related to version 2.18.0 label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v2.18.0 Issues and PRs related to version 2.18.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants