| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-07-04 | 879 Bytes | |
| nvidia-gpu-exporter_1.9.1_linux_amd64.deb | 2026-07-04 | 5.0 MB | |
| nvidia-gpu-exporter_1.9.1_linux_amd64.rpm | 2026-07-04 | 5.0 MB | |
| nvidia-gpu-exporter_1.9.1_linux_arm64.deb | 2026-07-04 | 4.5 MB | |
| nvidia-gpu-exporter_1.9.1_linux_arm64.rpm | 2026-07-04 | 4.5 MB | |
| nvidia_gpu_exporter_1.9.1_darwin_x86_64.tar.gz | 2026-07-04 | 5.1 MB | |
| nvidia_gpu_exporter_1.9.1_linux_arm64.tar.gz | 2026-07-04 | 4.5 MB | |
| nvidia_gpu_exporter_1.9.1_linux_x86_64.tar.gz | 2026-07-04 | 5.0 MB | |
| nvidia_gpu_exporter_1.9.1_windows_x86_64.zip | 2026-07-04 | 5.2 MB | |
| README.md | 2026-07-04 | 1.6 kB | |
| v1.9.1 source code.tar.gz | 2026-07-04 | 578.0 kB | |
| v1.9.1 source code.zip | 2026-07-04 | 663.7 kB | |
| Totals: 12 Items | 40.1 MB | 0 | |
Changelog
Bug Fixes
- [69e63c] fix(chart): retry the connection test until the exporter responds
- [9c2560] fix: convert millisecond fields to seconds in metric names
- [23425a] fix: repair the raw content links consumed at runtime
- [05a2fe] fix: support quoted paths in the nvidia-smi command
Documentation
- [e57497] docs: clarify test main exit and cell trimming comments
- [96b741] docs: explain how the captures drive the integration tests
- [49daf4] docs: move secondary documentation and community files off the root
Refactors & Internal Changes
- [689763] refactor: move the exporter entry into an internal package
Build, CI & Chores
- [9eaea5] chore: count cross-package coverage in the CI test run
- [6b6714] chore: gather the host install assets under one directory
- [cf0e17] chore: make the lint task reliable and run all of it in CI
- [51787a] chore: move the dev compose environment and drop the obsolete samples
- [ec3353] chore: run CI on every change and validate packaging in it
- [61a9f7] ci: drop the cross-platform test job
- [027de4] test: add a fake nvidia-smi that replays captures
- [cc3e60] test: add a parser for the GPU capture files
- [74a7c0] test: add capture-driven integration tests with golden files
- [ea8cef] test: call the expected outputs what they are
- [0eee0d] test: embed the capture corpus as a Go package
- [c47bcb] test: harden the capture replay for portability and maintenance
- [039437] test: move the integration suite under the internal tree
- [7a48be] test: support failing selected invocations in the fake nvidia-smi