containers / prometheus-podman-exporter

Prometheus exporter for podman environments exposing containers, pods, images, volumes and networks information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

noob questions (sorry): How do you filter podman_container_state on value ?

uinguzero opened this issue · comments

again sorry for the noob question here

so i just want to do this

podman_container_state=2

so it only shows me the running containers.

i've looked at examples of other querys, like cpu times and it just states the metrics name and then the value like

cpu_memory_time>300

but i can't get it wokring with the podman_container_state

What you're looking for probably is == instead of =?
To make the output more useful you can also add the container's name like that:
podman_container_state * on (id) group_left(name) podman_container_info == 2

A friendly reminder that this issue had no activity for 30 days.