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
As far as I know, no metrics are available for healthcheck status of a container.
I see a metric about the "up" state of a container (container_last_seen) but nothing about what can be checked over State.Health.Status with docker
This statistic isn't really a metric because it return a string but i would guess that a bolean for each possible value would be useful (running, healthy, unhealthy for the ones I know )
pkoziol, webchi, WorkForPizza, xavs, BulatSaif and 54 more