-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
metric_aggregation_enabled and metric_aggregation settings do not work in Loki 3.1.2 #15567
Comments
@hoonyworld You are using the example config for a wrong Loki version. You can find the |
This same problem happens with loki 3.3.0, but in the opposite direction. This is what the default example file here has:
And this is the output from loki 3.3.0:
|
I’m really sorry! It was a problem caused by referring to the latest release code. |
I had the same issue as @danielo515. Solution is discussed in #15421 (delete the |
Describe the bug
In Loki 3.1.2, the metric_aggregation_enabled and metric_aggregation configuration options are not working as expected. When these settings are included in the cmd/loki/loki-local-config.yaml file and Loki is started using docker-compose, the following error occurs:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected that enabling metric_aggregation_enabled: true would activate metric aggregation functionality in Loki. Additionally, the metric_aggregation configuration under pattern_ingester should work as intended for log aggregation.
Environment:
Screenshots, Promtail config, or terminal output
The text was updated successfully, but these errors were encountered: