forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kv: add raft.scheduler.latency histogram metric
This commit adds a new `raft.scheduler.latency` metric, which monitors the latency between initially enqueuing a range in the Raft scheduler and that range being picked up by a worker and processed. This metric would be helpful to watch in cases where Raft slows down due to many active ranges. Release note (ui change): A new metric called `raft.scheduler.latency` was added which monitors the latency for operations to be picked up and processed by the Raft scheduler.
- Loading branch information
1 parent
518fe21
commit 4c53af1
Showing
4 changed files
with
66 additions
and
24 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
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