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

feature: add status change timestamp

schlauerlauer opened this issue · comments

A feature of e.g. podman ps -a is to show the relative time of the last state change (Up 3 minutes ago).

Would an additional gauge with this timestamp be possible?

Right now I can't detect restart loops because the state is not exited long enough for prometheus to notice.

Thanks for this project! :)

Hi @schlauerlauer
Thanks for reaching.
#22 will cover this feature request.