You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add metrics for partitions? It is very useful to detect if the cluster is healthy or a split brains happened.
it is available on http://localhost:15672/api/nodes
{partitions,[{rabbit@smacmullen,[hare@smacmullen]},
=> {hare@smacmullen,[rabbit@smacmullen]}]}]```
A healthy cluster has no partitions
{"partitions":[] ...
So I guess it can be a global metric with the value of 0 or more.
The text was updated successfully, but these errors were encountered:
Is it possible to add metrics for partitions? It is very useful to detect if the cluster is healthy or a split brains happened.
it is available on
http://localhost:15672/api/nodes
So I guess it can be a
global
metric with the value of0
or more.The text was updated successfully, but these errors were encountered: