← Package directory
Available on winget

Install Nvidia GPU Exporter

Nvidia GPU exporter for prometheus using nvidia-smi binary

Install with winget
winget install --id utkuozdemir.nvidia_gpu_exporter
Upgrade
winget upgrade --id utkuozdemir.nvidia_gpu_exporter
Uninstall
winget uninstall --id utkuozdemir.nvidia_gpu_exporter

About Nvidia GPU Exporter

Nvidia GPU exporter for prometheus, using the nvidia-smi binary to collect, parse and export GPU metrics. Supports running as a native Windows service.

What's new in 1.6.0

## Changelog ### New Features * a59e78064ae6780589bc09b900646a7fccbde135 feat: add native Windows service support * b0fb0c51b8031543462430b5c4b4f024a5c1a7fc feat: publish to winget ### Refactors & Internal Changes * d3d7de3a568bf589a3f51eb312cbb0eeac580e0a refactor: stop re-parsing nvidia-smi values into capture headers * bfbdc16514a0ad668a90e7a6bb8b0701ad9f7f05 refactor: update tag message format in Taskfile.yml ### Dependency Updates * 5829be9187af95201a9ac70fb8328401e50ad90d chore(deps): update github actions (#411) ### Build, CI & Chores * c31bbde4909130cd8de12b1437225205f3fc9c9f ci: harden workflows and fix renovate go version updates (#409) * 9d44a0ee31b80b14677f42c9904a623b7149edf8 test: add linux rtx 4080 super capture for driver 595.71.05 * 64bdcd839d32b12b013b2f74762ac16054f0b4d6 test: add windows gpu capture and support windows in collect.sh (#410) * a2db70dcb520457f142cd7af73c9b495d20112c2 test: add windows rtx 2080 super capture for driver 610.62 * 6ecabf44777ce1d1bffe17e111d28d01de3aefa7 test: recapture linux rtx 2080 super with genuine idle baseline

Version history

Version Updated Notes
1.6.0 ## Changelog ### New Features * a59e78064ae6780589bc09b900646a7fccbde135 feat: add native Windows service support * b0fb0c51b8031543462430b5c4b4f024a5c1a7fc feat: publish to winget ### Refactors & Internal Changes * d3d7...