Skip to content

Releases: prometheus/node_exporter

1.12.1 / 2026-07-14

Choose a tag to compare

@github-actions github-actions released this 14 Jul 12:34
v1.12.1
6044da7
  • [BUGFIX] perf: Fix perf profiler flag handling #3731
  • [BUGFIX] edac: Fix optional csrow ue_count collection #3734

1.12.0 / 2026-07-10

Choose a tag to compare

@github-actions github-actions released this 11 Jul 06:36
v1.12.0
eb1711f
  • [FEATURE] mountstats: Add NFS mountpoint info metric #3554
  • [FEATURE] nvmesubsystem: Add new collector #3579
  • [FEATURE] dmmultipath: Add new collector #3581
  • [FEATURE] infiniband: Add device filtering option #3694
  • [ENHANCEMENT] hwmon: disambiguate colliding chip labels #3646
  • [ENHANCEMENT] cpufreq: Add support for cpuinfo_avg_freq #3712
  • [ENHANCEMENT] filesystem: Support ext4 super block emergency_ro flag #3717
  • [ENHANCEMENT] edac: Add per-channel error metrics with DIMM labels #3720
  • [BUGFIX] diskstats: Only enforce mutual exclusivity for non-empty values #3617
  • [BUGFIX] thermal_zone: Handle EINVAL errors gracefully #3657
  • [BUGFIX] filesystem: Add comma separator in mount options #3659
  • [BUGFIX] diskstats: Fix rotational queue stats scrape regression #3686
  • [BUGFIX] filesystem: Prevent panic on mount points with non-UTF-8 names #3687

1.11.1 / 2026-04-07

Choose a tag to compare

@prombot prombot released this 07 Apr 16:04
v1.11.1
0dd664d
  • [BUGFIX] Fix kernel_hung for no data #3613

1.11.0 / 2026-04-04

Choose a tag to compare

@prombot prombot released this 04 Apr 15:09
v1.11.0
14fddfc
  • [CHANGE] Adds distroless container image. #3592
  • [FEATURE] infiniband: Add hw_counters metrics #2827
  • [FEATURE] kernel_hung: Add collector for kernel hung tasks #3470
  • [FEATURE] mixin: Add "All" option to cluster variable in dashboards #3509
  • [FEATURE] netlink: Add node_network_altnames_info metric #3541
  • [FEATURE] thermal: Add support for CPU temperature metrics on Apple Silicon #3547
  • [FEATURE] bcachefs: Add new collector for bcachefs #3523
  • [ENHANCEMENT] mixin: Make devices in network graphs configurable #3525
  • [ENHANCEMENT] nvme: Add namespace parameters #3360
  • [BUGFIX] netdev: Respect deviceFilter for node_network_address_info metric #3340
  • [BUGFIX] mountstats: Fix multiple transports statistics labeling #3358
  • [BUGFIX] diskstats: Fix panic when using device-include flag only #3603

1.10.2 / 2025-10-25

Choose a tag to compare

@prombot prombot released this 25 Oct 20:50
v1.10.2
654f19d
  • [BUGFIX] meminfo: Fix typo in Zswap metric name #3455

1.10.1 / 2025-10-25

Choose a tag to compare

@prombot prombot released this 25 Oct 19:53
v1.10.1
fc32824
  • [BUGFIX] filesystem: Fix mount points being collected multiple times #3376
  • [BUGFIX] filesystem: Refactor mountinfo parsing #3452
  • [BUGFIX] meminfo: Add Zswap/Zswapped metrics #3453

1.10.0 / 2025-10-24

Choose a tag to compare

@prombot prombot released this 24 Oct 12:07
v1.10.0
ead70c7
  • [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] wifi: Add packet received and transmitted metrics #3382
  • [ENHANCEMENT] filesystem: Take super options into account for read-only #3387
  • [ENHANCEMENT] pcidevice: Add additional metrics #3425
  • [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] cpufreq: Fix: collector enable #3318
  • [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

1.9.1 / 2025-04-01

Choose a tag to compare

@prombot prombot released this 01 Apr 15:32
v1.9.1
f2ec547
  • [BUGFIX] pressure: Fix missing IRQ on older kernels #3263
  • [BUGFIX] Fix Darwin memory leak #3277

1.9.0 / 2025-02-17

Choose a tag to compare

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

1.8.2 / 2024-06-19

Choose a tag to compare

@prombot prombot released this 14 Jul 12:37
v1.8.2
f1e0e83
  • [BUGFIX] Fix CPU pressure metric collection #3054