-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
consul_autopilot_healthy metric is NaN
#9274
Comments
nan
NaN
@lawliet89 When you used the |
Thanks. You're right. I went back to 1.8.4 to check and only the leader would return If this is expected, please close the issue, although this is a change in behaviour that might trip others up. |
* Fixes #2379-Improve interval explanation in the telemetry doc * Fixes #4734-Update consul memory metrics * Fixes #4836-Removed node.deregistration as that isn't in state.go * Fixes #8986 partially-Trim redundant language * Fixes #9087-Adds helpful details to telemetry on autopilot * Fixes #9274-Addresses NaN output in autopilot
* Fixes #2379-Improve interval explanation in the telemetry doc * Fixes #4734-Update consul memory metrics * Fixes #4836-Removed node.deregistration as that isn't in state.go * Fixes #8986 partially-Trim redundant language * Fixes #9087-Adds helpful details to telemetry on autopilot * Fixes #9274-Addresses NaN output in autopilot
* Fixes #2379-Improve interval explanation in the telemetry doc * Fixes #4734-Update consul memory metrics * Fixes #4836-Removed node.deregistration as that isn't in state.go * Fixes #8986 partially-Trim redundant language * Fixes #9087-Adds helpful details to telemetry on autopilot * Fixes #9274-Addresses NaN output in autopilot
* Fixes #2379-Improve interval explanation in the telemetry doc * Fixes #4734-Update consul memory metrics * Fixes #4836-Removed node.deregistration as that isn't in state.go * Fixes #8986 partially-Trim redundant language * Fixes #9087-Adds helpful details to telemetry on autopilot * Fixes #9274-Addresses NaN output in autopilot
Overview of the Issue
After upgrading to 1.9, the metric
consul_autopilot_healthy
isNaN
. Might be related to #9208The autopilot health endpoint reports the cluster is healthy.
Reproduction Steps
Steps to reproduce this issue, eg:
/v1/agent/metrics?format=prometheus
Operating system and Environment details
Linux AMD 64 running on Kubernetes
For additional context, this did not present itself in 1.9-beta1. It might be related to the changes introduced in #9198
The text was updated successfully, but these errors were encountered: