Skip to content

Prometheus exporter for Radeon (AMD) graphics cards.

License

Notifications You must be signed in to change notification settings

kmulvey/radeon_exporter

Repository files navigation

radeon_exporter

Build Release Go Report Card Go Reference

Prometheus exporter for Radeon (AMD) graphics cards.

Installation and Usage

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!

Screenshot