Open
Description
Describe the bug
I upgraded Loki to 3.1.0. Afterwards the log levels are not properly filtered / stored.
To Reproduce
Steps to reproduce the behavior:
- Started Loki 3.1.0
- Started Promtail 3.0.0
- Query:
sum by(level) (count_over_time({project="p1"} [$__auto]))
Expected behavior
The levels are still stored and returned correctly.
Environment:
- Infrastructure: Docker
- Deployment tool: Compose
Screenshots, Promtail config, or terminal output
As you see, the green before and after installing Loki 3.1.0 and the blue "only values" while using 3.1.0.
Activity