Releases: clambin/intel-gpu-exporter
Releases · clambin/intel-gpu-exporter
Release list
v0.7.1
Bug Fixes
- send zero clients count metrics when no clients are active (Christophe Lambin)
Tests
- TestJSONFormatter: add a test case for escape characters (Christophe Lambin)
v0.7.0
Features
- add GPU frequency metrics (Christophe Lambin)
- add IMC bandwidth metrics (Christophe Lambin)
Documentation
- updated README.md (Christophe Lambin)
- add sample dashboard. (Christophe Lambin)
v0.6.1
Bug Fixes
- fix command line defaults. Not setting a default interval would result in a panic. Thanks to @Goorzhel for reporting. (Christophe Lambin)
- add pprof flag to enable pprof server. default is 'off'. (Christophe Lambin)
v0.6.0
Code Refactoring
- simplify handling json from intel_gpu_top. #8 (Christophe Lambin)
Builds
- Go 1.26 and update dependencies #8 (Christophe Lambin)
Documentation
- document intel_gpu_top dependency. (Christophe Lambin)
v0.5.0
Features
- report number of active clients (#6) #6 (Christophe Lambin)
Code Refactoring
- bump codeberg.org/clambin/go-common dependencies (Christophe Lambin)
- looser coupling between collector & reader/aggregator (#7) #7 (Christophe Lambin)
v0.4.1
Features
- add support for non-default devices (intel_gpu_top -d parameter) (Christophe Lambin)
v0.4.0
Features
⚠️ BREAKING CHANGE: standardize command line arguments with go-common/flagger (Christophe Lambin)
Code Refactoring
- linter recommendations (Christophe Lambin)
Tests
- use real data (Christophe Lambin)
Builds
- simplify (Christophe Lambin)
Chores
- deps: bump github.com/prometheus/client_golang to v1.22.0 (Christophe Lambin)
v0.3.1
Builds
- bump Go to 1.24 (Christophe Lambin)
Chores
- deps: bump github.com/prometheus/client_golang to v1.21.0 (Christophe Lambin)
Commits
v0.3.0
Improvements
- handle stalled output from intel-gpu-top (#3) #3 (Christophe Lambin)
- improve robustness of V118 convertor (#4) #4 (Christophe Lambin)
Chores
- deps: bump github.com/stretchr/testify to v1.10.0 (Christophe Lambin)
v0.2.1
Features
- include k8s manifests as examples (Christophe Lambin)
Tests
- make Test_medianFunc() table-driven. (Christophe Lambin)