Zero-width zero bucket plus negative buckets

Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
beorn7 2024-06-27 16:30:26 +02:00
parent 90efb4ee97
commit 55081bd65a
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ func main() {
)
for {
v := math.Abs((rand.NormFloat64() * *normDomain) + *normMean)
v := -math.Abs((rand.NormFloat64() * *normDomain) + *normMean)
m.rpcDurations.WithLabelValues("normal").Observe(v)
// Demonstrate exemplar support with a dummy ID. This
// would be something like a trace ID in a real