Skip to content
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

fix lbm hash change due to addition of proxy_url #432

Merged
merged 3 commits into from
Oct 31, 2024
Merged

Conversation

MichaelEischer
Copy link
Collaborator

#427 added support for configuring a proxy_url for loki logs. However, this caused the lb hash to change and therefore unnecessarily roll all yawol LBs. The hash is calculated by hashing the json serialization of a part of the LB spec. As proxyUrl was not marked as omitempty this changed the serialized value even when proxyUrl was not set.

The hash is calculated by hashing the json serialization of a part of
the LB spec. As `proxyUrl` was not marked as omitempty, this changed the
serialized value even when proxyUrl was not set.
@maboehm maboehm merged commit 990916b into main Oct 31, 2024
2 checks passed
@maboehm maboehm deleted the fix-hash-change branch October 31, 2024 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants