]> Cypherpunks repositories - gostls13.git/commit
runtime/metrics: specify that bucket counts increase monotonically for histogram...
authorNayef Ghattas <nayef.ghattas@datadoghq.com>
Fri, 21 Apr 2023 12:12:07 +0000 (14:12 +0200)
committerMichael Knyszek <mknyszek@google.com>
Tue, 25 Apr 2023 14:24:19 +0000 (14:24 +0000)
commit14f833f117dde3c370fb6cb47ce45a34c46eb2de
treed755826e7baaba1f738b4ff63d2bbfd71364c98e
parente4b03f9425a70f53acb9526dc9cd9c21373308e5
runtime/metrics: specify that bucket counts increase monotonically for histogram metrics

Make it explicit in the documentation that the histogram metrics
are cumulative (i.e. each bucket count increases monotonically).

Change-Id: I89119ba816ac46a63f36e607e695fad3695057ce
Reviewed-on: https://go-review.googlesource.com/c/go/+/487315
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Felix Geisendörfer <felix.geisendoerfer@datadoghq.com>
Reviewed-by: Felix Geisendörfer <felix.geisendoerfer@datadoghq.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/runtime/metrics/description.go
src/runtime/metrics/doc.go