node_exporter
node_exporter copied to clipboard
Exporter for machine metrics
version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6 ``` /bin/node_exporter --path.procfs=/host/proc --path.sysfs=/host/sys --path.rootfs=/host/root --web.listen-address=[0.0.0.0]:9100 ``` I'm running node_exporter within kubernetes, using the community helm chart. It sets up the current mounts: ``` volumeMounts: - mountPath:...
Adds node_softirqs_functions_total to expose information from /proc/softirqs. Provides access to the counts per CPU for specific softirqs and is disabled by default. I'm aware of feature request #2220 that led...
Additional Netstat `TCP` data: * TCPRetransFail - TCP packets that failed to be retransmitted * TCPBacklogDrop - dropped because full TCP backlog
hwmon and so node_exporter very slow with a lot of DS18b20 sensors (taking ~22 seconds to complete)
### Host operating system: output of `uname -a` Linux hostname 5.10.17-v7+ #1414 SMP Fri Apr 30 13:18:35 BST 2021 armv7l GNU/Linux ### node_exporter version: output of `node_exporter --version` node_exporter, version...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.35.0 to 0.37.0. Release notes Sourced from github.com/prometheus/common's releases. sigv4/v0.1.0 Initial release Commits 49b3603 Improve OAuth2 user agent handling (#391) c5e1b60 config: ignore deprecated warning in tests...
Bumps [github.com/jsimonetti/rtnetlink](https://github.com/jsimonetti/rtnetlink) from 1.2.0 to 1.2.1. Release notes Sourced from github.com/jsimonetti/rtnetlink's releases. v1.2.1 What's Changed go-native fuzz by @jsimonetti in jsimonetti/rtnetlink#140 build(deps): bump github.com/google/go-cmp from 0.5.7 to 0.5.8 by @dependabot...
Makes ioctl syscalls to load the device error stats you'd normally see using `btrfs device stats /mnt/myFs`. On the command line, you'd normally see this kind of info via: ```...
This adds the ability for systemd to open the port listener and activate the exporter. This provides a few advantages: - Systemd can keep the port open even if the...
This is related to https://github.com/prometheus/procfs/pull/438. We have a case that some of the CPU (threads) are offline intentionally. But due to procfs is returning interpolated values, which makes our cpu...
Hello, It is great that the node_exporter collects node_zfs_zpool_state. It currently has: unavail degraded faulted offline online removed https://github.com/prometheus/node_exporter/blob/68a6c78c0d1fd7359fa15d30b607b322eb512a8d/collector/zfs_linux.go#L45 I had a pool that was in the "SUSPENDED" state: $...