Steven Brookes
Steven Brookes
Yes it would be good to sort this out - we see the same issue.
Ah thanks for pointing me that section. I’ll work on a PR.
array_combine(): Argument #1 ($keys) and argument #2 ($values) must have the same number of elements
Yes I just got hit by the same problem. In my case redis storage, removing the keys of the modified metrics fixed the issue, but a pain to deal with.
Yes any chance?
I get the same error running in a single monolithic mode on Debian. My config works fine on v3.5.8 but updating to 3.6.2 crashes with log.go:223 msg="error running loki" err="init...
I managed to fix this. It wasn't related to S3 config at all, but due to a wrong file ownership of /var/lib/loki/compactor/deletion/series_progress.boltdb For some reason it was owned by root...