Skip to content

Commit 5fbc1b1

Browse files
committed
s/time.Hour/1 * time.Hour
1 parent b734c55 commit 5fbc1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheusbp/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const (
1717

1818
// DefaultNativeHistogramMinResetDuration is the default minimum duration between
1919
// resets for native histograms.
20-
DefaultNativeHistogramMinResetDuration = time.Hour
20+
DefaultNativeHistogramMinResetDuration = 1 * time.Hour
2121
)
2222

2323
var (

0 commit comments

Comments
 (0)