-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Backport 2.x] Return unformatted Segment Replication metrics that take upload time into account for replication lag #10804
Conversation
…into account for replication lag (#10723) * Return unformatted segrep metrics in stats Signed-off-by: Poojita Raj <poojiraj@amazon.com> * Take upload time into account for replication time lag Signed-off-by: Poojita Raj <poojiraj@amazon.com> * unformat segrep stats Signed-off-by: Poojita Raj <poojiraj@amazon.com> * remove unused field names Signed-off-by: Poojita Raj <poojiraj@amazon.com> --------- Signed-off-by: Poojita Raj <poojiraj@amazon.com> (cherry picked from commit 4f8bcff) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Compatibility status:Checks if related components are compatible with change dcfa0be Incompatible componentsIncompatible components: [https://github.com/opensearch-project/security-analytics.git] Skipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/reporting.git] |
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## 2.x #10804 +/- ##
============================================
+ Coverage 70.94% 70.96% +0.02%
- Complexity 58705 58744 +39
============================================
Files 4843 4843
Lines 277261 277278 +17
Branches 40673 40675 +2
============================================
+ Hits 196690 196769 +79
+ Misses 63858 63797 -61
+ Partials 16713 16712 -1
|
Backport 4f8bcff from #10723.