mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
another lint fix
Signed-off-by: Callum Styan <callumstyan@gmail.com>
This commit is contained in:
parent
39fb4ac4f5
commit
e9d3c85234
|
@ -623,7 +623,7 @@ func createProtoTimeseriesWithOld(numSamples, baseTs int64, extraLabels ...label
|
|||
Labels: []prompb.Label{{Name: "__name__", Value: name}},
|
||||
Samples: []prompb.Sample{
|
||||
{
|
||||
Timestamp: baseTs + int64(j),
|
||||
Timestamp: baseTs + j,
|
||||
Value: float64(j),
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue