Changelog
Bug Fixes
- 69e63c0 fix(chart): retry the connection test until the exporter responds
- 9c25603 fix: convert millisecond fields to seconds in metric names
- 23425a0 fix: repair the raw content links consumed at runtime
- 05a2fed fix: support quoted paths in the nvidia-smi command
Documentation
- e574975 docs: clarify test main exit and cell trimming comments
- 96b741f docs: explain how the captures drive the integration tests
- 49daf49 docs: move secondary documentation and community files off the root
Refactors & Internal Changes
- 6897635 refactor: move the exporter entry into an internal package
Build, CI & Chores
- 9eaea5f chore: count cross-package coverage in the CI test run
- 6b67149 chore: gather the host install assets under one directory
- cf0e175 chore: make the lint task reliable and run all of it in CI
- 51787a8 chore: move the dev compose environment and drop the obsolete samples
- ec33534 chore: run CI on every change and validate packaging in it
- 61a9f79 ci: drop the cross-platform test job
- 027de4b test: add a fake nvidia-smi that replays captures
- cc3e608 test: add a parser for the GPU capture files
- 74a7c04 test: add capture-driven integration tests with golden files
- ea8cef9 test: call the expected outputs what they are
- 0eee0d3 test: embed the capture corpus as a Go package
- c47bcb5 test: harden the capture replay for portability and maintenance
- 039437a test: move the integration suite under the internal tree
- 7a48be7 test: support failing selected invocations in the fake nvidia-smi