From b7a540a1b21047d277b4105f13a8710201d3f2a0 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Mon, 3 May 2021 16:09:28 +0200 Subject: [PATCH] Fix test Signed-off-by: beorn7 --- prometheus/examples_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prometheus/examples_test.go b/prometheus/examples_test.go index a73ed18..f97a3e2 100644 --- a/prometheus/examples_test.go +++ b/prometheus/examples_test.go @@ -538,6 +538,8 @@ func ExampleHistogram() { // cumulative_count: 816 // upper_bound: 40 // > + // sb_resolution: 0 + // sb_zero_threshold: 1e-128 // > }