You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the upgrade everything looks good in our environments although the backend pods seem to be outputting a lot of:
level=info ts=2024-04-09T08:01:08.971329289Z caller=gateway.go:241 component=index-gateway msg="chunk filtering is not enabled" with every loki search. Wasn't happening before 3.0 from what we can tell
I suspect that's because blooms aren't enabled although when I do enable blooms we get a nil pointer:
From #12506 :
level=info ts=2024-04-09T08:01:08.971329289Z caller=gateway.go:241 component=index-gateway msg="chunk filtering is not enabled"
with every loki search. Wasn't happening before 3.0 from what we can tellI suspect that's because blooms aren't enabled although when I do enable blooms we get a nil pointer:
Originally posted by @rknightion in #12506 (comment)
The text was updated successfully, but these errors were encountered: