Skip to content

Commit ead70c7

Browse files
authored
Release v1.10.0 (#3446)
* [CHANGE] mdadm: Use sysfs for RAID metrics #3031 * [CHANGE] filesystem: Add erofs in default excluded fs #3313 * [CHANGE] tcpstat: Use std lib binary.NativeEndian #3386 * [FEATURE] pcidevice: Add new collector for PCIe devices #3339 * [FEATURE] AIX: Add more metrics #3338 * [FEATURE] systemd: Add Virtualization metrics #3254 * [FEATURE] swaps: Add new collector #3428 * [ENHANCEMENT] filesystem: Take super options into account for read-only #3387 * [ENHANCEMENT] perf: Add tlb_data metrics #3436 * [BUGFIX] interrupts: Fix OpenBSD interrupt device parsing #3288 * [BUGFIX] diskstats: Simplify condition #3290 * [BUGFIX] thermal: Sanitize darwin thermal strings #3294 * [BUGFIX] filesystem: Fix Darwin collector cgo memory leak #3315 * [BUGFIX] ethtool: Fix returning 0 for sanitized metrics #3335 * [BUGFIX] netdev: Fix Darwin netdev i/o bytes metric #3336 * [BUGFIX] systemd: Fix logging race #3364 * [BUGFIX] filesystem: Fix duplicate Darwin CGO import #3391 Signed-off-by: Ben Kochie <[email protected]>
1 parent c971903 commit ead70c7

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

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

8+
## 1.10.0 / 2025-10-24
9+
10+
* [CHANGE] mdadm: Use sysfs for RAID metrics #3031
11+
* [CHANGE] filesystem: Add erofs in default excluded fs #3313
12+
* [CHANGE] tcpstat: Use std lib binary.NativeEndian #3386
13+
* [FEATURE] pcidevice: Add new collector for PCIe devices #3339
14+
* [FEATURE] AIX: Add more metrics #3338
15+
* [FEATURE] systemd: Add Virtualization metrics #3254
16+
* [FEATURE] swaps: Add new collector #3428
17+
* [ENHANCEMENT] wifi: Add packet received and transmitted metrics #3382
18+
* [ENHANCEMENT] filesystem: Take super options into account for read-only #3387
19+
* [ENHANCEMENT] pcidevice: Add additional metrics #3425
20+
* [ENHANCEMENT] perf: Add `tlb_data` metrics #3436
21+
* [BUGFIX] interrupts: Fix OpenBSD interrupt device parsing #3288
22+
* [BUGFIX] diskstats: Simplify condition #3290
23+
* [BUGFIX] thermal: Sanitize darwin thermal strings #3294
24+
* [BUGFIX] filesystem: Fix Darwin collector cgo memory leak #3315
25+
* [BUGFIX] cpufreq: Fix: collector enable #3318
26+
* [BUGFIX] ethtool: Fix returning 0 for sanitized metrics #3335
27+
* [BUGFIX] netdev: Fix Darwin netdev i/o bytes metric #3336
28+
* [BUGFIX] systemd: Fix logging race #3364
29+
* [BUGFIX] filesystem: Fix duplicate Darwin CGO import #3391
30+
31+
## 1.9.1 / 2025-04-01
32+
33+
* [BUGFIX] pressure: Fix missing IRQ on older kernels #3263
34+
* [BUGFIX] Fix Darwin memory leak #3277
35+
836
## 1.9.0 / 2025-02-17
937

1038
* [CHANGE] meminfo: Convert linux implementation to use procfs lib #3049

VERSION

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

0 commit comments

Comments
 (0)