Intel iGPU metrics exporter for Prometheus
10K+
Simple Docker image with OpenResty and modified intel_gpu_top that returns iGPU metircs on /metrics endpoint.
https://github.com/restreamio/xorg-intel-gpu-tools/tree/prometheus
Run container:
docker run --rm -it --device /dev/dri:/dev/dri --privileged -p 127.0.0.1:8080:8080 restreamio/intel-prometheus
/dev/dri is needed for GPU access and container needs to run as privileged and as root to have sufficient access to GPU.
Then you can request metrics:
curl http://localhost:8080/metrics
Content type
Image
Digest
Size
191.3 MB
Last updated
over 5 years ago
docker pull restreamio/intel-prometheus