Skip to content

Commit 02afa5c

Browse files
authored
Release v1.9.0 (prometheus#3248)
* [CHANGE] meminfo: Convert linux implementation to use procfs lib prometheus#3049 * [CHANGE] Update logging to use Go log/slog prometheus#3097 * [FEATURE] filesystem: Add `node_filesystem_mount_info` metric prometheus#2970 * [FEATURE] btrfs: Add metrics for commit statistics prometheus#3010 * [FEATURE] interrupts: Add collector include/exclude filtering prometheus#3028 * [FEATURE] interrupts: Add "exclude zeros" filtering prometheus#3028 * [FEATURE] slabinfo: Add filters for slab name. prometheus#3041 * [FEATURE] pressure: add IRQ PSI metrics prometheus#3048 * [FEATURE] hwmon: Add include and exclude filter for sensors prometheus#3072 * [FEATURE] filesystem: Add NetBSD support prometheus#3082 * [FEATURE] netdev: Add ifAlias label prometheus#3087 * [FEATURE] hwmon: Add Support for GPU Clock Frequencies prometheus#3093 * [FEATURE] Add `exclude[]` URL parameter prometheus#3116 * [FEATURE] Add AIX support prometheus#3136 * [FEATURE] filesystem: Add fs-types/mount-points include flags prometheus#3171 * [FEATURE] netstat: Add collector for tcp packet counters for FreeBSD. prometheus#3177 * [ENHANCEMENT] ethtool: Add logging for filtering flags prometheus#2979 * [ENHANCEMENT] netstat: Add TCPRcvQDrop to default metrics prometheus#3021 * [ENHANCEMENT] diskstats: Add block device rotational prometheus#3022 * [ENHANCEMENT] cpu: Support CPU online status prometheus#3032 * [ENHANCEMENT] arp: optimize interface name resolution prometheus#3133 * [ENHANCEMENT] textfile: Allow specifiying multiple directory globs prometheus#3135 * [ENHANCEMENT] filesystem: Add reporting of purgeable space on MacOS prometheus#3206 * [ENHANCEMENT] ethtool: Skip full scan of NetClass directories prometheus#3239 * [BUGFIX] zfs: Prevent `procfs` integer underflow prometheus#2961 * [BUGFIX] pressure: Fix collection on systems that do not expose a full CPU stat prometheus#3054 * [BUGFIX] cpu: Fix FreeBSD 32-bit host support and plug memory leak prometheus#3083 * [BUGFIX] hwmon: Add safety check to hwmon read prometheus#3134 * [BUGFIX] zfs: Allow space in dataset name prometheus#3186 Signed-off-by: Ben Kochie <[email protected]>
1 parent 4d2912d commit 02afa5c

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

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

8+
## 1.9.0 / 2025-02-17
9+
10+
* [CHANGE] meminfo: Convert linux implementation to use procfs lib #3049
11+
* [CHANGE] Update logging to use Go log/slog #3097
12+
* [FEATURE] filesystem: Add `node_filesystem_mount_info` metric #2970
13+
* [FEATURE] btrfs: Add metrics for commit statistics #3010
14+
* [FEATURE] interrupts: Add collector include/exclude filtering #3028
15+
* [FEATURE] interrupts: Add "exclude zeros" filtering #3028
16+
* [FEATURE] slabinfo: Add filters for slab name. #3041
17+
* [FEATURE] pressure: add IRQ PSI metrics #3048
18+
* [FEATURE] hwmon: Add include and exclude filter for sensors #3072
19+
* [FEATURE] filesystem: Add NetBSD support #3082
20+
* [FEATURE] netdev: Add ifAlias label #3087
21+
* [FEATURE] hwmon: Add Support for GPU Clock Frequencies #3093
22+
* [FEATURE] Add `exclude[]` URL parameter #3116
23+
* [FEATURE] Add AIX support #3136
24+
* [FEATURE] filesystem: Add fs-types/mount-points include flags #3171
25+
* [FEATURE] netstat: Add collector for tcp packet counters for FreeBSD. #3177
26+
* [ENHANCEMENT] ethtool: Add logging for filtering flags #2979
27+
* [ENHANCEMENT] netstat: Add TCPRcvQDrop to default metrics #3021
28+
* [ENHANCEMENT] diskstats: Add block device rotational #3022
29+
* [ENHANCEMENT] cpu: Support CPU online status #3032
30+
* [ENHANCEMENT] arp: optimize interface name resolution #3133
31+
* [ENHANCEMENT] textfile: Allow specifiying multiple directory globs #3135
32+
* [ENHANCEMENT] filesystem: Add reporting of purgeable space on MacOS #3206
33+
* [ENHANCEMENT] ethtool: Skip full scan of NetClass directories #3239
34+
* [BUGFIX] zfs: Prevent `procfs` integer underflow #2961
35+
* [BUGFIX] pressure: Fix collection on systems that do not expose a full CPU stat #3054
36+
* [BUGFIX] cpu: Fix FreeBSD 32-bit host support and plug memory leak #3083
37+
* [BUGFIX] hwmon: Add safety check to hwmon read #3134
38+
* [BUGFIX] zfs: Allow space in dataset name #3186
39+
840
## 1.8.1 / 2024-05-16
941

1042
* [BUGFIX] Fix CPU seconds on Solaris #2963

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.1
1+
1.9.0

0 commit comments

Comments
 (0)