Skip to content

Commit c246dc6

Browse files
santileiraaknuds1
andauthored
Apply suggestions from code review
Co-authored-by: Arve Knudsen <[email protected]>
1 parent 3a762ff commit c246dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ingester/client/compat.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func ToLabelValuesRequest(labelName model.LabelName, from, to model.Time, hints
124124
StartTimestampMs: int64(from),
125125
EndTimestampMs: int64(to),
126126
Matchers: &LabelMatchers{Matchers: ms},
127-
Limit: int64(limit),
127+
Limit: limit,
128128
}, nil
129129
}
130130

0 commit comments

Comments
 (0)