Skip to content

Commit

Permalink
merge remote-tracking branch 'upstream/main' into blooms/logql-shard-…
Browse files Browse the repository at this point in the history
…embeds-tsdb

Signed-off-by: Owen Diehl <[email protected]>
  • Loading branch information
owen-d committed Mar 29, 2024
2 parents b18b893 + 3922d38 commit 2b42683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/logql/shards.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func (s *Shard) Match(fp model.Fingerprint) bool {
return v1.BoundsFromProto(s.Bounded.Bounds).Match(fp)
}

return s.PowerOfTwo.Match(fp)
return s.PowerOfTwo.TSDB().Match(fp)
}

func (s *Shard) GetFromThrough() (model.Fingerprint, model.Fingerprint) {
Expand Down

0 comments on commit 2b42683

Please sign in to comment.