-
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
The ring configuration based on gossip memberlist #2499
Comments
Hey, thanks for this and sorry it didn't work. We plan to eventually add a process to automatically test these configs, but time is a scarce resource :) I'll push up a fix for distributor kvstore yaml path, but the memberlist specific fields not existing is very confusing. I've just tested and they work (and it definitely looks correct in the source). Can you paste your |
Hey @owen-d I think the first issue which was being faced (distributor kvstore yaml path) is being fixed by you. However the second part of the issue(max_join_backoff, max_join_retries, min_join_backoff) is fixed after I updated my Loki version from 1.5.0 to 1.6.0. Also, I am attaching the configuration anyway, please verify that and let me know if it is a correct configuration for a MONOLITHIC deployment of Loki in a kubernetes environment. loki.yaml
|
Hey, the yaml you linked is incorrectly indented. Once I fixed that, I ran this locally. |
Hey! This could have been a copy paste error, but other than the indentation the rest of the configuration is fine? |
Describe the bug
The configuration provided at the URL below is not working properly.
https://github.com/grafana/loki/blob/master/docs/sources/configuration/examples.md#almost-zero-dependencies-setup
The error is prompted under two sections:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The configuration is supposed to work without the errors. I change the distributor_config as follows and it worked fine:
Request you to update the same.
However, the configuration "max_join_backoff, max_join_retries, min_join_backoff" under memberlist_config still throws an error.
Environment:
Screenshots, Promtail config, or terminal output
The text was updated successfully, but these errors were encountered: