opensearch-project / performance-analyzer

📈 Get detailed performance metrics from your cluster independently of the Java Virtual Machine (JVM)
https://opensearch.org/docs/latest/monitoring-plugins/pa/index/
Apache License 2.0
32 stars 66 forks source link

add shard level and co-ordinator level task completion count in SBP collector #593

Closed kaushalmahi12 closed 6 months ago

kaushalmahi12 commented 7 months ago

PreReq PRs for this to be approved: https://github.com/opensearch-project/performance-analyzer-commons/pull/53 Github Issue: https://github.com/opensearch-project/performance-analyzer/issues/587

adding shard level and co-ordinator level completion count in SBP collector which we will consume downstream to calculate SBP RCA health.

Describe the solution you are proposing A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

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.

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (9e2b749) 69.13% compared to head (5214a6b) 69.40%. Report is 4 commits behind head on main.

Files Patch % Lines
...r/collectors/SearchBackPressureStatsCollector.java 93.22% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #593 +/- ## ============================================ + Coverage 69.13% 69.40% +0.26% - Complexity 370 372 +2 ============================================ Files 44 44 Lines 2689 2706 +17 Branches 172 172 ============================================ + Hits 1859 1878 +19 + Misses 726 725 -1 + Partials 104 103 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.