./sysutils/node_exporter, Prometheus exporter for hardware and OS metrics

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.9.1, Package name: node_exporter-1.9.1, Maintainer: pkgsrc-users

Prometheus exporter for hardware and OS metrics exposed by *NIX kernels,
written in Go with pluggable metric collectors.


Required to build:
[pkgtools/cwrappers] [lang/go114]

Master sites:

Filesize: 345.456 KB

Version history: (Expand)


CVS history: (Expand)


   2025-04-01 22:30:10 by Benny Siegert | Files touched by this commit (7) | Package updated
Log message:
node_exporter: update to 1.9.1

1.9.1

[BUGFIX] pressure: Fix missing IRQ on older kernels
[BUGFIX] Fix Darwin memory leak

1.9.0

[CHANGE] meminfo: Convert linux implementation to use procfs lib
[CHANGE] Update logging to use Go log/slog
[FEATURE] filesystem: Add node_filesystem_mount_info metric
[FEATURE] btrfs: Add metrics for commit statistics
[FEATURE] interrupts: Add collector include/exclude filtering
[FEATURE] interrupts: Add "exclude zeros" filtering
[FEATURE] slabinfo: Add filters for slab name.
[FEATURE] pressure: add IRQ PSI metrics
[FEATURE] hwmon: Add include and exclude filter for sensors
[FEATURE] filesystem: Add NetBSD support
[FEATURE] netdev: Add ifAlias label
[FEATURE] hwmon: Add Support for GPU Clock Frequencies
[FEATURE] Add exclude[] URL parameter
[FEATURE] Add AIX support
[FEATURE] filesystem: Add fs-types/mount-points include flags
[FEATURE] netstat: Add collector for tcp packet counters for FreeBSD.
[ENHANCEMENT] ethtool: Add logging for filtering flags
[ENHANCEMENT] netstat: Add TCPRcvQDrop to default metrics
[ENHANCEMENT] diskstats: Add block device rotational
[ENHANCEMENT] cpu: Support CPU online status
[ENHANCEMENT] arp: optimize interface name resolution
[ENHANCEMENT] textfile: Allow specifiying multiple directory globs
[ENHANCEMENT] filesystem: Add reporting of purgeable space on MacOS
[ENHANCEMENT] ethtool: Skip full scan of NetClass directories
[BUGFIX] zfs: Prevent procfs integer underflow
[BUGFIX] pressure: Fix collection on systems that do not expose a full CPU stat
[BUGFIX] cpu: Fix FreeBSD 32-bit host support and plug memory leak
[BUGFIX] hwmon: Add safety check to hwmon read
[BUGFIX] zfs: Allow space in dataset name
   2025-03-07 21:54:34 by Benny Siegert | Files touched by this commit (190) | Package updated
Log message:
Revbump all Go packages after go124 update

I realize I forgot to do the revbump after updating the default Go
version to 1.24, so let's do that now.
   2024-09-06 20:49:02 by Benny Siegert | Files touched by this commit (180) | Package updated
Log message:
Revbump all Go packages after go122 update
   2024-08-11 17:57:15 by Benny Siegert | Files touched by this commit (176) | Package updated
Log message:
Revbump all Go packages after update
   2024-08-06 04:27:53 by Tobias Nygren | Files touched by this commit (2)
Log message:
node_exporter: connect stdin/out/err to /dev/null in rc script
   2024-08-05 02:55:21 by Tobias Nygren | Files touched by this commit (3)
Log message:
node_exporter: cpu_netbsd: fix integer sizes of hw.ncpu and kern.cp_time
   2024-08-04 15:09:15 by Tobias Nygren | Files touched by this commit (2)
Log message:
node_exporter: sync patch w/ github PR. NFC.
   2024-08-04 14:27:41 by Tobias Nygren | Files touched by this commit (3)
Log message:
node_exporter: cpu_netbsd: fix 32-bit host support and plug memory leak