0

I want to get information about docker container healthcheck current status ("healthy" or "unhealthy") into my Prometheus, so I could draw container status graphs in grafana, send alerts when container comes unhealthy with alertmanager, etc.

Built-in dockerd prometheus endpoint doesn't provides healthcheck metrics for containers, cadvisor (which is sometimes used to gain some additional metrics about containers) doesn't either.

What is the correct way to get prometheus metrics for docker healthcheck results?

AntonioK
  • 19
  • 6

0 Answers0