mirror of
https://github.com/prometheus/prometheus.git
synced 2025-09-21 22:01:01 +02:00
Fix lint for real
Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
This commit is contained in:
parent
cf36792e14
commit
df88de5800
@ -524,7 +524,7 @@ func BenchmarkWAL_HistogramEncoding(b *testing.B) {
|
||||
}
|
||||
lbls[model.MetricNameLabel] = fmt.Sprintf("series_%d_bucket", i)
|
||||
for j := range buckets {
|
||||
lbls[model.BucketLabel] = fmt.Sprintf("%g", j)
|
||||
lbls[model.BucketLabel] = fmt.Sprintf("%d.0", j)
|
||||
series = append(series, RefSeries{
|
||||
Ref: ref,
|
||||
Labels: labels.FromMap(lbls),
|
||||
|
Loading…
x
Reference in New Issue
Block a user