A table panel, maybe in the Flux Cluster Stats dashboard, for all the Flux objects would be good for visibility. It can be similar to the Ready Status in the readiness table where lack of any value assumes that the object is Ready but opposite. Lack of .spec.suspend in objects should mean that they are not suspended. Only a true value should mean that the object is suspended.
Refer https://github.com/fluxcd/flux2-monitoring-example/pull/8#issuecomment-1749022581 .
A table panel, maybe in the Flux Cluster Stats dashboard, for all the Flux objects would be good for visibility. It can be similar to the Ready Status in the readiness table where lack of any value assumes that the object is Ready but opposite. Lack of
.spec.suspend
in objects should mean that they are not suspended. Only atrue
value should mean that the object is suspended.