forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui: add decommissioning relevant graphs to metrics replication dashboard
This change adds new graphs to the metrics replication dashboard. New metrics visualized on the dashboard can be used to help triage decommissioning issues. Metrics visualized include: - queue.replicate.addreplica.(success|error) - queue.replicate.removereplica.(success|error) - queue.replicate.replacedeadreplica.(success|error) - queue.replicate.removedeadreplica.(success|error) - queue.replicate.replacedecommissioningreplica.(success|error) - queue.replicate.removedecommissioningreplica.(success|error) - range.snapshots.recv-queue - range.snapshots.unknown.rcvd-bytes - range.snapshots.rebalancing.rcvd-bytes - range.snapshots.recovery.rcvd-bytes Release justification: low risk, high benefit changes to existing functionality. Resolves cockroachdb#86599 Release note (ui change): introduce new graphs on metrics replication dashboard to improve decommissioning observability
- Loading branch information
1 parent
8888295
commit 57097ab
Showing
2 changed files
with
113 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters