- CUDA 8.X - Modifications may need to be made in nvml.go to point to your install
./nvidia_exporter [flags]
web.listen-address
: Listen on this address for requests (default:":9114"
).web.telemetry-path
: Path under which to expose metrics (default:"/metrics"
).
Portions of nvml.go are based on David Ressman go-nvml. It has been cleaned up and modified for this exporter.
MIT