Open maxb opened 2 years ago
Thanks for making this issue as well, this is definitely worth documenting. This'll require some discussion along with #13494, but I wanted comment on each individual issue to acknowledge that we do see these and will talk about a way to address them ( possibly together ).
Just noticed this issue when I tried to enable metrics for my cluster. The result is that I see zeroes in the queries:
Example
Explanation
The real values for
consul_consul_state_services
are emitted with adatacenter
label.However there is an extra metric with an empty label set, which always has value zero, and is never updated.
It would be nice to remove this metric, however the underlying go-metrics library in use, does not allow this, without also sacrificing the help message. I have opened https://github.com/armon/go-metrics/issues/136 about this.
The primary purpose of opening this Consul issue in the short term, is to: