Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runtime/metrics: set /sched/latencies:seconds as cumulative
The current implementation for this metric populates a histogram that is never reset, i.e. where each bucket count increases monotonically. The comment in the definition of the Cumulative attribute calls out that cumulative means that if the metric is a distribution, then each bucket count increases monotonically. In that sense, the cumulative attribute should be set to true for this metric. Change-Id: Ifc34e965a62f2d7881b5c8e8cbb8b7207a4d5757 Reviewed-on: https://go-review.googlesource.com/c/go/+/486755 TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Felix Geisendörfer <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Reviewed-by: Felix Geisendörfer <[email protected]> Reviewed-by: Michael Pratt <[email protected]>
- Loading branch information