How to find the status of a container using prometheus? How to find the status of a container using prometheus? docker docker

How to find the status of a container using prometheus?


You can just do up on PromQL

1 means up, and 0 means down.

image demo