GitXplorerGitXplorer
k

radeon_exporter

public
4 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
291bec51d8d7de9175daafd663010474212e4f96

deps

kkmulvey committed 5 days ago
Verified
24b0aacfa5d33ec928075bb76790a5d9edc3f63a

deps

kkmulvey committed 5 days ago
Verified
1090c89209ee28255320cb1dbde9e5ba21c15b12

go 23

kkmulvey committed 3 months ago
Verified
efb22f8ce995a463823aef4e211434c6f3ff9906

deps

kkmulvey committed 3 months ago
Verified
66641538c88a9876bddf72e4595ff8dfcb708427

Update README.md docker hub

kkmulvey committed 5 months ago
Verified
a8dab85ed457036229877951a54fd92951459a9f

Merge pull request #10 from kmulvey/docker

kkmulvey committed 5 months ago

README

The README file for this repository.

radeon_exporter

Build Release Go Report Card Go Reference

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!

Screenshot