another lint fix

Signed-off-by: Callum Styan <callumstyan@gmail.com>
This commit is contained in:
Callum Styan 2024-06-19 16:11:03 -07:00
parent 39fb4ac4f5
commit e9d3c85234

View file

@ -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),
},
},