diff --git a/pkg/logql/shards.go b/pkg/logql/shards.go index 7ca7f67cb3..7d35cea26d 100644 --- a/pkg/logql/shards.go +++ b/pkg/logql/shards.go @@ -159,7 +159,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) {