-
Notifications
You must be signed in to change notification settings - Fork 816
Add admin page for HA tracker information. #1546
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
Conversation
Looks really good - couple minor nits, but hopefully merge tomorrow. |
Couple more nits. |
@tomwilkie PTAL. In the most recent commit I've reverted the removal of/moved the This means the HA Tracker struct is always created, but it only creates the client to it's KV store if |
test failures look like a flake? |
It could be a real problem, but not one introduced by this PR. |
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.
LGTM with the issue.
Also, please update the changelog.
Signed-off-by: Callum Styan <[email protected]>
HA samples is still false by default for a User ID. Signed-off-by: Callum Styan <[email protected]>
Signed-off-by: Callum Styan <[email protected]>
create the client to the HA trackers KV store if HA tracking is enabled. Signed-off-by: Callum Styan <[email protected]>
create the client to the HA trackers KV store if HA tracking is enabled. Signed-off-by: Callum Styan <[email protected]>
distributor constructor. Signed-off-by: Callum Styan <[email protected]>
Signed-off-by: Callum Styan <[email protected]>
- Init replicas in the struct. - Remove old comment. - More intuitive sort. Signed-off-by: Tom Wilkie <[email protected]>
Signed-off-by: Tom Wilkie <[email protected]>
Signed-off-by: Tom Wilkie <[email protected]>
Signed-off-by: Tom Wilkie <[email protected]>
It wasn't clear to me what the right way to serve the page was, and whether for other pages (ex: the ring pages) if we serve the page from every distributor/ingester or not.
Signed-off-by: Callum Styan [email protected]