utkuozdemir / nvidia_gpu_exporter

Nvidia GPU exporter for prometheus using nvidia-smi binary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use `go-nvlib` and/or `go-nvml` instead of exec

utkuozdemir opened this issue · comments

Exec is good and all, but https://github.com/NVIDIA/go-nvlib (and maybe https://github.com/NVIDIA/go-nvml if needed) would probably be way better.