From 74882cdfbac2211a89927369783806e47ffd2e84 Mon Sep 17 00:00:00 2001 From: Shivanth Date: Wed, 16 Oct 2024 14:23:47 +0200 Subject: [PATCH] gofumpt --- prometheus/histogram.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/histogram.go b/prometheus/histogram.go index aafb20493..fc9bc5ad4 100644 --- a/prometheus/histogram.go +++ b/prometheus/histogram.go @@ -1854,7 +1854,7 @@ type constNativeHistogram struct { zeroBucket uint64 } -func NewconstNativeHistogram(desc *Desc, count uint64, sum float64, postiveBuckets map[int]int64, negativeBuckets map[int]int64, zeroBucket uint64, +func NewconstNativeHistogram(desc *Desc, count uint64, sum float64, postiveBuckets, negativeBuckets map[int]int64, zeroBucket uint64, labelPairs []*dto.LabelPair, nativeHistogramSchema int32, nativeHistogramZeroThreshold float64, nativeHistogramMaxZeroThreshold float64, nativeHistogramMaxBuckets uint32, nativeHistogramMinResetDuration time.Duration,