Open
Description
Hi,
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 )