Skip to content

A docker container that runs a Prometheus exporter for `intel_gpu_top`

Notifications You must be signed in to change notification settings

bairhys/prometheus-igpu-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prometheus Intel GPU top exporter

This is a docker container that runs a Prometheus exporter for intel_gpu_top.

Docker Hub

GitHub

Grafana

Run the exporter

Run the container as follows:

docker run -d -p 9100:9100 --privileged --name prometheus-igpu-exporter  rhysbailey/prometheus-igpu-exporter

If logs mention Failed to initialize PMU! (Permission denied), intel_gpu_top doesn't have permissions to collect data. Check if running container as --privileged.

Refresh period of intel_gpu_top can be set with environment variable --env REFRESH_PERIOD_MS=10000

Metrics are available at http://localhost:9100/metrics

About

A docker container that runs a Prometheus exporter for `intel_gpu_top`

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published