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 <filip.petkovsky@gmail.com>
  • Loading branch information
fpetkovski committed Nov 14, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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

0 comments on commit 074ea77

Please sign in to comment.