Skip to content

Commit 9fd241e

Browse files
SuperQv-zhuravlev
authored andcommitted
Release v1.8.0 (prometheus#3002)
* [CHANGE] exec_bsd: Fix labels for `vm.stats.sys.v_syscall` sysctl prometheus#2895 * [CHANGE] diskstats: Ignore zram devices on linux systems prometheus#2898 * [CHANGE] textfile: Avoid inconsistent help-texts prometheus#2962 * [CHANGE] os: Removed caching of modtime/filename of os-release file prometheus#2987 * [FEATURE] xfrm: Add new collector prometheus#2866 * [FEATURE] watchdog: Add new collector prometheus#2880 * [ENHANCEMENT] cpu_vulnerabilities: Add mitigation information label prometheus#2806 * [ENHANCEMENT] nfsd: Handle new `wdeleg_getattr` attribute prometheus#2810 * [ENHANCEMENT] netstat: Add TCPOFOQueue to default netstat metrics prometheus#2867 * [ENHANCEMENT] filesystem: surface device errors prometheus#2923 * [ENHANCEMENT] os: Add support end parsing prometheus#2982 * [ENHANCEMENT] zfs: Log mib when sysctl read fails on FreeBSD prometheus#2975 * [ENHANCEMENT] fibre_channel: update procfs to take into account optional attributes prometheus#2933 * [BUGFIX] cpu: Fix debug log in cpu collector prometheus#2857 * [BUGFIX] hwmon: Fix hwmon nil ptr prometheus#2873 * [BUGFIX] hwmon: Fix hwmon error capture prometheus#2915 * [BUGFIX] zfs: Revert "Add ZFS freebsd per dataset stats prometheus#2925 * [BUGFIX] ethtool: Sanitize ethtool metric name keys prometheus#2940 * [BUGFIX] fix: data race of NetClassCollector metrics initialization prometheus#2995 Signed-off-by: Ben Kochie <[email protected]> Signed-off-by: Vitaly Zhuravlev <[email protected]>
1 parent 6235a64 commit 9fd241e

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@
55
* [ENHANCEMENT]
66
* [BUGFIX]
77

8+
## 1.8.0 / 2024-04-24
9+
10+
* [CHANGE] exec_bsd: Fix labels for `vm.stats.sys.v_syscall` sysctl #2895
11+
* [CHANGE] diskstats: Ignore zram devices on linux systems #2898
12+
* [CHANGE] textfile: Avoid inconsistent help-texts #2962
13+
* [CHANGE] os: Removed caching of modtime/filename of os-release file #2987
14+
* [FEATURE] xfrm: Add new collector #2866
15+
* [FEATURE] watchdog: Add new collector #2880
16+
* [ENHANCEMENT] cpu_vulnerabilities: Add mitigation information label #2806
17+
* [ENHANCEMENT] nfsd: Handle new `wdeleg_getattr` attribute #2810
18+
* [ENHANCEMENT] netstat: Add TCPOFOQueue to default netstat metrics #2867
19+
* [ENHANCEMENT] filesystem: surface device errors #2923
20+
* [ENHANCEMENT] os: Add support end parsing #2982
21+
* [ENHANCEMENT] zfs: Log mib when sysctl read fails on FreeBSD #2975
22+
* [ENHANCEMENT] fibre_channel: update procfs to take into account optional attributes #2933
23+
* [BUGFIX] cpu: Fix debug log in cpu collector #2857
24+
* [BUGFIX] hwmon: Fix hwmon nil ptr #2873
25+
* [BUGFIX] hwmon: Fix hwmon error capture #2915
26+
* [BUGFIX] zfs: Revert "Add ZFS freebsd per dataset stats #2925
27+
* [BUGFIX] ethtool: Sanitize ethtool metric name keys #2940
28+
* [BUGFIX] fix: data race of NetClassCollector metrics initialization #2995
29+
830
## 1.7.0 / 2023-11-11
931

1032
* [FEATURE] Add ZFS freebsd per dataset stats #2753

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0
1+
1.8.0

0 commit comments

Comments
 (0)