Prometheus exporter for Radeon (AMD) graphics cards.
docker pull kmulvey/radeon_exporter:latest
docker run --publish 9200:9200 radeon-exporter
Several linux package formats are available in the releases. Manual linux install can be done as follows:
sudo cp radeon_exporter /usr/bin/
(this path can be changed if you like, just be sure to change the path in the service file as well)sudo cp radeon_exporter.service /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable radeon_exporter
sudo systemctl restart radeon_exporter
- Import grafana-config.json to your grafana instance
- enjoy!