Prometheus Exporter for GPU memory usage metrics of docker containers
To run it:
$ docker run \
--detach \
--restart=always \
--gpus=all \
--pid=host \
--env DOCKER_HOST=unix://tmp/docker.sock \
--volume /var/run/docker.sock:/tmp/docker.sock:ro \
--publish=9700:9700 \
--name=prometheus-gpugpu-exporter \
ghcr.io/jonghwanhyeon/gpugpu-exporter