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.
129911: rac2: add eval wait metrics r=sumeerbhola a=kvoli This commit introduces `EvalWaitMetrics`, which aggregate request information: - \# requests currently waiting - \# requests admitted - \# requests bypassed - \# requests errored - requests wait duration (histogram) These are provided to the `RangeController` via the `RangeControllerOptions` and will be shared between all `RangeController`s on the same node. Hooking up these metrics to the registry is deferred to a subsequent commit, similar to the token and stream metrics. As such, a release note is also deferred. Part of: cockroachdb#128031 Release note: None Co-authored-by: Austen McClernon <[email protected]>
- Loading branch information
Showing
5 changed files
with
197 additions
and
8 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
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