-
Notifications
You must be signed in to change notification settings - Fork 729
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
cluster: fix health metrics #2987
Conversation
Signed-off-by: disksing <[email protected]>
} | ||
healthStatusGauge.WithLabelValues(member.GetName()).Set(1) | ||
healthStatusGauge.WithLabelValues(member.GetName()).Set(v) |
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.
It looks like 0
is unhealthy now.
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
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
/merge |
/run-all-tests |
/run-cherry-picker |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-4.0 in PR #3368 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-3.0 in PR #3369 |
* cherry pick #2987 to release-4.0 Signed-off-by: ti-srebot <[email protected]> * resolve conflict Signed-off-by: nolouch <[email protected]> Co-authored-by: disksing <[email protected]> Co-authored-by: nolouch <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
Signed-off-by: disksing [email protected]
What problem does this PR solve?
What is changed and how it works?
Check List
Tests
Release note