Skip to content

Commit

Permalink
Change counter to uint64
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Petkovski <[email protected]>
  • Loading branch information
fpetkovski committed Nov 14, 2022
1 parent cbc3d23 commit 074ea77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/store/bucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ type blockSeriesClient struct {
chunkFetchDuration prometheus.Histogram

// Internal state.
i int
i uint64
postings []storage.SeriesRef
chkMetas []chunks.Meta
lset labels.Labels
Expand Down

0 comments on commit 074ea77

Please sign in to comment.