Add current_application_duration_ms to cluster state download stats in node stats API - #20922
Conversation
PR Reviewer Guide 🔍(Review updated until commit 1eab44a)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 1eab44a Explore these optional code suggestions:
Previous suggestionsSuggestions up to commit 238de71
Suggestions up to commit 4492c13
Suggestions up to commit 81545b0
Suggestions up to commit a2ed811
Suggestions up to commit 1d95708
|
|
Persistent review updated to latest commit 18c1649 |
|
❌ Gradle check result for 18c1649: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit 4868dfc |
|
❌ Gradle check result for 4868dfc: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit 4d82611 |
|
❌ Gradle check result for 4d82611: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit dd9e6d6 |
|
❌ Gradle check result for dd9e6d6: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit f081389 |
|
❌ Gradle check result for f081389: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit 3c881d2 |
|
❌ Gradle check result for 3c881d2: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit 0e968dc |
|
❌ Gradle check result for 0e968dc: null Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #20922 +/- ##
============================================
+ Coverage 73.37% 73.44% +0.06%
- Complexity 74808 74821 +13
============================================
Files 6007 6007
Lines 339994 340016 +22
Branches 48987 48988 +1
============================================
+ Hits 249469 249718 +249
+ Misses 70672 70409 -263
- Partials 19853 19889 +36 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Persistent review updated to latest commit bb04960 |
|
Persistent review updated to latest commit 1d95708 |
|
❌ Gradle check result for 1d95708: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit ebfe687 |
|
Persistent review updated to latest commit a2ed811 |
|
❌ Gradle check result for a2ed811: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit 81545b0 |
|
❌ Gradle check result for 81545b0: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit 4492c13 |
…n node stats API; add UT for test coverage Signed-off-by: Ayushi Arya <ayuaryak@amazon.com>
|
Persistent review updated to latest commit 238de71 |
|
Persistent review updated to latest commit 1eab44a |
7aeb395
into
opensearch-project:main
…n node stats API; add UT for test coverage (opensearch-project#20922) Signed-off-by: Ayushi Arya <ayuaryak@amazon.com>
Description
This PR adds a new metric current_application_duration_ms to the cluster state download stats exposed via the Node Stats API (_nodes/stats/discovery).
Related Issues
Resolves #20527
Check List
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.