aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/testdata
diff options
context:
space:
mode:
authorNayef Ghattas <nayef.ghattas@datadoghq.com>2023-04-12 11:09:01 +0200
committerMichael Knyszek <mknyszek@google.com>2023-04-24 14:10:02 +0000
commitc2c787d73e6fadd57ebcc9fb07532332637b9164 (patch)
tree2ac54984de43a2ad6b25f31293c65609146ce86e /src/runtime/testdata
parent21c2fdd91c1c5885990663a054c66bddfa4986fc (diff)
downloadgo-c2c787d73e6fadd57ebcc9fb07532332637b9164.tar.xz
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 <gobot@golang.org> Run-TryBot: Felix Geisendörfer <felix.geisendoerfer@datadoghq.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Felix Geisendörfer <felix.geisendoerfer@datadoghq.com> Reviewed-by: Michael Pratt <mpratt@google.com>
Diffstat (limited to 'src/runtime/testdata')
0 files changed, 0 insertions, 0 deletions