Ed Welch
Ed Welch
> We encountered a bug in the rendering of the Loki config with the helm chart v6.0.0 that may be similar to what @MartinEmrich encountered above. These simple values will...
> On the upgrade attempt using Simple Scalable mode `scheduler_address` is empty in the rendered config, whilst present before upgrade: > > ```yaml > frontend: > scheduler_address: "" > tail_proxy_url:...
I think maybe a different approach here would be to introduce two new sections ``` query_scheduler_grpc_client_config query_frontend_grpc_client_config ``` And then leave the current section as is and have it populate...
The [docs here](https://grafana.com/docs/grafana-cloud/send-data/logs/export/query-exported-logs/#query-the-archive-using-loki-in-read-only-mode) should hopefully help. Specifically however I believe your problem here is you are lacking: ``` querier: query_store_only: true ``` When running only with the `-target=read` there are...
EOF errors are often indicative of something running out of memory and OOM crashing. I suspect for most of the examples here your frontend pods are OOM crashing on queries....
yeah.... unfortunately this isn't as easy as I wish it was as I believe these logs come from a library we used to run the http server components, and debug...
Hey folks! I work on the Loki project and would like to offer my assistance in answering questions here or helping with this implementation, please let me know if I...
Hi @Jab2870 glad you like it! I've run into similar situations myself, and out of the box Loki isn't going to have an off the shelf solution for this and...
Ahh, good cactch @mrmodolo and thanks for reporting. I believe we fixed this in Loki 2.4.0, gonna do some updating myself today and I'll make sure.
what was listed above should have worked? I will note that the config @mrmodolo mentioned is not a top level config, `wal` is under the `ingester` top level config like...