Open SckyzO opened 3 years ago
I'm not sure what you want. What do you mean with "pod"?
When you use a docker-compose (podman-compose) for create containers, you create a POD and in this pod you have your containers. But this pod is show as containers with this exporter. but a pod is not a container, is an aggregate of containers.
do you know what i mean ?
https://developers.redhat.com/blog/2019/01/15/podman-managing-containers-pods
Thanks for the explanation, from looking through the available container information at https://github.com/containers/podman/blob/v2.2.1/libpod/define/containerstate.go#L117 that's not a field. It maybe possible to get this information by cross referencing it with some other API though.
I would like to not show "pod" in my grafana when i display podman_memusage for example, but all containers and pods are display. Do you think it is possible to another label for best matching ? For example :
before
after
Regards,