-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[loki-distributed] set unique cluster_label for loki-distributed memberlist #3057
base: main
Are you sure you want to change the base?
Conversation
3694486
to
d2bda40
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @hobbsh could you please bump the minor version ?
91abb21
to
636b9a5
Compare
@Sheikh-Abubaker done, thank you |
@hobbsh could you please sign the DCO, thanks! |
Signed-off-by: Wylie Hobbs <[email protected]>
Signed-off-by: Wylie Hobbs <[email protected]>
Signed-off-by: Wylie Hobbs <[email protected]>
91b484f
to
76aa5c3
Compare
@Sheikh-Abubaker Done |
@@ -24,6 +24,9 @@ helm repo add grafana https://grafana.github.io/helm-charts | |||
|
|||
Major version upgrades listed here indicate that there is an incompatible breaking change needing manual actions. | |||
|
|||
### To 0.80.0 | |||
Introduces a default `cluster_label` for the ring memberlist, which will temporarily disrupt ingestion as it rolls out, unless you temporarily set `cluster_label_verification_disabled`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could we have a more descriptive note like: https://github.com/grafana/helm-charts/pull/3058/files#diff-692d159d251d994ada48f63a9a8d8d570ff515aec9a09c1d156544e786d3efa6R44-R45
@@ -22,6 +22,9 @@ helm repo add grafana https://grafana.github.io/helm-charts | |||
|
|||
Major version upgrades listed here indicate that there is an incompatible breaking change needing manual actions. | |||
|
|||
### To 0.80.0 | |||
Introduces a default `cluster_label` for the ring memberlist, which will temporarily disrupt ingestion as it rolls out, unless you temporarily set `cluster_label_verification_disabled`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could we have a more descriptive note like: https://github.com/grafana/helm-charts/pull/3058/files#diff-692d159d251d994ada48f63a9a8d8d570ff515aec9a09c1d156544e786d3efa6R44-R45 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! left some comments on readme, do check it out!
Addressing grafana/tempo#2766 where Loki/Tempo ingesters can join each other's ring because cluster_label seems to be defaulted to something common to both components. This change should mitigate the issue in the future.