You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
147440: kvserver/rangefeed: add metrics for lockedMuxStream.Send calls r=wenyihu6 a=xuchef
Adds observability into the latency of `lockedMuxStream.Send` with a histogram
metric that uses the `IOLatencyBuckets` bucket configuration (see #147440 (comment)).
Also adds a counter for the number of slow sends, using the same criteria as the
log line added in #146765.
Resolves: #147435
Epic: [CRDB-51061](https://cockroachlabs.atlassian.net/browse/CRDB-51061)
Release note: None
Co-authored-by: Michael Xu <[email protected]>
description: Duration of the Rangefeed O(range) output loop goroutine. This is only applicable for unbuffered registrations since buffered registrations spawns long-living goroutines.
0 commit comments