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
Describe the bug
When I deploy loki in singleBinary mode, but sidecar.rules.enabled is true, I expect the sidecar to be deployed with loki.
But it's not, a code search (repo:grafana/loki path:/^production\/helm\/loki\/templates\// sidecar) shows that sidecar is only present in statefulset-backend.yaml.
What I did:
Switched to the "scalable" deployment, got better query speeds at the same time !
The text was updated successfully, but these errors were encountered:
Is there any reason for this to be the case? I'm finding documentation on how to actually deploy recording rules or alerts to be quite sparse, and now finding that the helm chart support for this isn't there either.
Describe the bug
When I deploy loki in singleBinary mode, but
sidecar.rules.enabled
istrue
, I expect the sidecar to be deployed with loki.But it's not, a code search (
repo:grafana/loki path:/^production\/helm\/loki\/templates\// sidecar
) shows that sidecar is only present instatefulset-backend.yaml
.What I did:
Switched to the "scalable" deployment, got better query speeds at the same time !
The text was updated successfully, but these errors were encountered: