mirror of https://github.com/grafana/loki
Revert "Loki: Fix memchunk headblock filter" (#8594)
Reverts grafana/loki#8591 This altered an internal API. We execute queries that are inclusive of start and exclusive of end: `[start,end)` and shouldn't break this. We use other ways to ensure `start==end` still works, such as by using the lookback-period to alter the range of queries: https://github.com/grafana/loki/blob/main/pkg/logql/evaluator.go#L179-L181pull/8583/head
parent
68a9fd6c0a
commit
2836c79537
Loading…
Reference in new issue