mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
Release v1.8.0 (#3002)
* [CHANGE] exec_bsd: Fix labels for `vm.stats.sys.v_syscall` sysctl #2895 * [CHANGE] diskstats: Ignore zram devices on linux systems #2898 * [CHANGE] textfile: Avoid inconsistent help-texts #2962 * [CHANGE] os: Removed caching of modtime/filename of os-release file #2987 * [FEATURE] xfrm: Add new collector #2866 * [FEATURE] watchdog: Add new collector #2880 * [ENHANCEMENT] cpu_vulnerabilities: Add mitigation information label #2806 * [ENHANCEMENT] nfsd: Handle new `wdeleg_getattr` attribute #2810 * [ENHANCEMENT] netstat: Add TCPOFOQueue to default netstat metrics #2867 * [ENHANCEMENT] filesystem: surface device errors #2923 * [ENHANCEMENT] os: Add support end parsing #2982 * [ENHANCEMENT] zfs: Log mib when sysctl read fails on FreeBSD #2975 * [ENHANCEMENT] fibre_channel: update procfs to take into account optional attributes #2933 * [BUGFIX] cpu: Fix debug log in cpu collector #2857 * [BUGFIX] hwmon: Fix hwmon nil ptr #2873 * [BUGFIX] hwmon: Fix hwmon error capture #2915 * [BUGFIX] zfs: Revert "Add ZFS freebsd per dataset stats #2925 * [BUGFIX] ethtool: Sanitize ethtool metric name keys #2940 * [BUGFIX] fix: data race of NetClassCollector metrics initialization #2995 Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
parent
d333366914
commit
cadb1d1190
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -5,6 +5,28 @@
|
||||||
* [ENHANCEMENT]
|
* [ENHANCEMENT]
|
||||||
* [BUGFIX]
|
* [BUGFIX]
|
||||||
|
|
||||||
|
## 1.8.0 / 2024-04-24
|
||||||
|
|
||||||
|
* [CHANGE] exec_bsd: Fix labels for `vm.stats.sys.v_syscall` sysctl #2895
|
||||||
|
* [CHANGE] diskstats: Ignore zram devices on linux systems #2898
|
||||||
|
* [CHANGE] textfile: Avoid inconsistent help-texts #2962
|
||||||
|
* [CHANGE] os: Removed caching of modtime/filename of os-release file #2987
|
||||||
|
* [FEATURE] xfrm: Add new collector #2866
|
||||||
|
* [FEATURE] watchdog: Add new collector #2880
|
||||||
|
* [ENHANCEMENT] cpu_vulnerabilities: Add mitigation information label #2806
|
||||||
|
* [ENHANCEMENT] nfsd: Handle new `wdeleg_getattr` attribute #2810
|
||||||
|
* [ENHANCEMENT] netstat: Add TCPOFOQueue to default netstat metrics #2867
|
||||||
|
* [ENHANCEMENT] filesystem: surface device errors #2923
|
||||||
|
* [ENHANCEMENT] os: Add support end parsing #2982
|
||||||
|
* [ENHANCEMENT] zfs: Log mib when sysctl read fails on FreeBSD #2975
|
||||||
|
* [ENHANCEMENT] fibre_channel: update procfs to take into account optional attributes #2933
|
||||||
|
* [BUGFIX] cpu: Fix debug log in cpu collector #2857
|
||||||
|
* [BUGFIX] hwmon: Fix hwmon nil ptr #2873
|
||||||
|
* [BUGFIX] hwmon: Fix hwmon error capture #2915
|
||||||
|
* [BUGFIX] zfs: Revert "Add ZFS freebsd per dataset stats #2925
|
||||||
|
* [BUGFIX] ethtool: Sanitize ethtool metric name keys #2940
|
||||||
|
* [BUGFIX] fix: data race of NetClassCollector metrics initialization #2995
|
||||||
|
|
||||||
## 1.7.0 / 2023-11-11
|
## 1.7.0 / 2023-11-11
|
||||||
|
|
||||||
* [FEATURE] Add ZFS freebsd per dataset stats #2753
|
* [FEATURE] Add ZFS freebsd per dataset stats #2753
|
||||||
|
|
Loading…
Reference in a new issue