Sign inSign up

restreamio/intel-prometheus

By restreamio

Updated over 5 years ago

Intel iGPU metrics exporter for Prometheus

Image
0

10K+

restreamio/intel-prometheus repository overview

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

Usage:

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

Tag summary

Content type

Image

Digest

Size

191.3 MB

Last updated

over 5 years ago

docker pull restreamio/intel-prometheus