-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to enable all collectors when running inside podman container #312
Comments
Hi @thimomulder Can you let me know the podman version and your podman run command. |
Hi @navidys, Thank you for your responce. I'm currently running sudo podman run -e CONTAINER_HOST=unix:///run/podman/podman.sock \
--restart=always \
-m 512M \
-v $VOLUME:/run/podman/podman.sock \
-u root \
--name $NAME \
--ip $IPAddress \
-p $PORT:@PORT \
--security-opt label=disable quay.io/navidys/prometheus-podman-exporter:v1.10.0 |
Hi @thimomulder Can you try the instruction under: https://github.com/containers/prometheus-podman-exporter/blob/main/install.md#container-image e.g. using unix socket (root account):
|
Hi @navidys , That is the command I use. Mine looks a bit different because I have made it into a bash script |
I'm unable to activate all collectors for prometheus-podman-exporter when i run it inside a podman container. What is the proper way to active all collectors?
The text was updated successfully, but these errors were encountered: