https://github.com/kmulvey/radeon_exporter
Prometheus exporter for Radeon (AMD) graphics cards.
https://github.com/kmulvey/radeon_exporter
amdgpu prometheus radeon
Last synced: 4 months ago
JSON representation
Prometheus exporter for Radeon (AMD) graphics cards.
- Host: GitHub
- URL: https://github.com/kmulvey/radeon_exporter
- Owner: kmulvey
- License: mit
- Created: 2023-02-11T23:30:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T23:32:39.000Z (about 1 year ago)
- Last Synced: 2025-04-03T00:25:53.357Z (about 1 year ago)
- Topics: amdgpu, prometheus, radeon
- Language: Go
- Homepage:
- Size: 859 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# radeon_exporter
[](https://github.com/kmulvey/radeon_exporter/actions/workflows/build.yml) [](https://github.com/kmulvey/radeon_exporter/actions/workflows/release.yml) [](https://goreportcard.com/report/github.com/kmulvey/radeon_exporter) [](https://pkg.go.dev/github.com/kmulvey/radeon_exporter)
Prometheus exporter for Radeon (AMD) graphics cards.
## Installation and Usage
### Docker
- `docker pull kmulvey/radeon_exporter:latest`
- `docker run --publish 9200:9200 radeon-exporter`
### Systemd
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!
