You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would love to list the container environment variables in Grafana using Prometheus as a datasource. When running podman_container_info{name="db"} i get
I might add a new metric podman_container_env or add it to podman_container_info itself.
Not sure if its useful for you but you can add db_name and db_version as a label to your container/pod and use --collector.store_labels option to add it to the exported metrics.
We would love to list the container environment variables in Grafana using Prometheus as a datasource. When running
podman_container_info{name="db"}
i getIs there a way to add the env variables (e.g. coming from
podman run -e
) like so:The text was updated successfully, but these errors were encountered: