-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Pull-based Ingestion] add basic NodeStats metrics #17444
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
Conversation
|
❌ Gradle check result for a3eeb6a: 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? |
|
❌ Gradle check result for e9ab1ee: 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? |
server/src/main/java/org/opensearch/action/admin/indices/stats/ShardStats.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/action/admin/indices/stats/TransportIndicesStatsAction.java
Outdated
Show resolved
Hide resolved
|
❌ Gradle check result for 8ddd871: 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? |
|
❌ Gradle check result for 47c124b: 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? |
|
❌ Gradle check result for 45f680d: 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? |
Signed-off-by: xuxiong1 <[email protected]> # Conflicts: # plugins/ingestion-kafka/src/internalClusterTest/java/org/opensearch/plugin/kafka/IngestFromKafkaIT.java # server/src/main/java/org/opensearch/index/engine/IngestionEngine.java
Signed-off-by: xuxiong1 <[email protected]>
Signed-off-by: xuxiong1 <[email protected]>
Signed-off-by: xuxiong1 <[email protected]>
Signed-off-by: xuxiong1 <[email protected]>
|
❌ Gradle check result for 17db713: 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? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17444 +/- ##
============================================
+ Coverage 72.42% 72.45% +0.02%
- Complexity 65611 65645 +34
============================================
Files 5304 5307 +3
Lines 304743 304678 -65
Branches 44189 44174 -15
============================================
+ Hits 220701 220743 +42
+ Misses 65888 65881 -7
+ Partials 18154 18054 -100 ☔ View full report in Codecov by Sentry. |
…t#17444) Signed-off-by: xuxiong1 <[email protected]>
…t#17444) Signed-off-by: xuxiong1 <[email protected]> Signed-off-by: Vinay Krishna Pudyodu <[email protected]>
Description
This PR adds the basic NodeStats metrics to pull-based ingestion.
Related Issues
Resolves #17077
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.