mirror of
https://github.com/prometheus-community/smartctl_exporter.git
synced 2024-11-16 01:33:07 +01:00
Release 0.9.0
Signed-off-by: Konstantin Shalygin <k0ste@k0ste.ru>
This commit is contained in:
parent
b832e55e3e
commit
648ded156d
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,3 +1,16 @@
|
|||
## 0.9.0 / 2022-10-20
|
||||
|
||||
Breaking Changes:
|
||||
- Now labels with device model & serial number landed only to smartctl_device meta metric
|
||||
- /dev/ prefix pruned from device label for matching with node_exporter labels
|
||||
|
||||
* [CHANGE] Removed doubled NVMe metrics #82
|
||||
* [CHANGE] Reduced number of meta labels #83
|
||||
* [FEATURE] Added disk form_factor meta label #84
|
||||
* [CHANGE] Pruned /dev/ prefix from device label #88
|
||||
* [ENHANCEMENT] remove `os.stat` in order to fit in Windows #86
|
||||
* [ENHANCEMENT] Skip vendor-specific statistics that lead to duplicate metric labels #28
|
||||
|
||||
## 0.8.0 / 2022-10-03
|
||||
|
||||
Breaking Changes:
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.8.0
|
||||
0.9.0
|
||||
|
|
Loading…
Reference in a new issue