-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kvserver/rangefeed: add kv.rangefeed.output_loop_nanos
This patch introduces a new metric, kv.rangefeed.output_loop_nanos, which tracks the duration of the per-range, per-registration runOutputLoop goroutine. This goroutine is expected to be short-lived for unbuffered registrations, while it remains long-lived for buffered registrations. Note that this metric is only non-zero for unbuffered registrations. Part of: #129816 Release note: none
- Loading branch information
Showing
3 changed files
with
15 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
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