node_exporter
node_exporter copied to clipboard
Exporter for machine metrics
It is easier than ever to do in 2024! You can even do it fully-automated via Github Actions, Github OIDC and [Sigstore "keyless" signing](https://docs.sigstore.dev/signing/overview/).
Replace all `cpu_ticks_*` with `cpu_nsec_*`, since the former was off my a magnitude of `10e6`, and showed incorrect values for `node_cpu_seconds_total`. Fixes: #1837
### Host operating system: `Linux 5.10.104-tegra #18 SMP PREEMPT aarch64 aarch64 aarch64 GNU/Linux` ### node_exporter version: `1.7.0` ### node_exporter command line flags: `--path.rootfs=/host` ### node_exporter log output ``` ... caller=collector.go:169...
We are running node_exporter in one of our linux machines and wanted to check the hwmon metrics. But, for some reason sensors data is not being exported. The VM has...
Handle cases where, owing to multiplying two `uint64` integers and typecasting it to `float64`, the overall precision is lost when the values concerned exceed the `floatMantissa64` (1
`getfsstat(2)` spec mentions that using `MNT_NOWAIT` will return the information it has available without requesting an update from each file system. Hence, use `MNT_WAIT` in place of the earlier used...
Prevent integer underflow when parsing the `procfs` file as it used a `ParseUint` to parse signed values. Fixes: #2766
## ifconfig output is as follows [root@localhost ~]# ifconfig -a enp3s0: flags=4163 mtu 1500 inet 10.7.48.160 netmask 255.255.224.0 broadcast 10.7.63.255 inet6 fe80::e160:a350:7997:8e66 prefixlen 64 scopeid 0x20 ether 52:54:00:05:0b:bd txqueuelen 1000...
## The following description is inaccurate \# HELP node_filesystem_avail_bytes **Filesystem space available to **non-root** users in bytes.** \# TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="/dev/loop0",device_error="",fstype="ext4",mountpoint="/mnt"} 1.916194816e+09 node_filesystem_avail_bytes{device="/dev/mapper/uos-home",device_error="",fstype="xfs",mountpoint="/home"} 2.1702529024e+10 node_filesystem_avail_bytes{device="/dev/mapper/uos-root",device_error="",fstype="xfs",mountpoint="/"} 6.729623552e+10 node_filesystem_avail_bytes{device="/dev/vda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 5.77241088e+08 node_filesystem_avail_bytes{device="/dev/vda2",device_error="",fstype="xfs",mountpoint="/boot"}...
### Host operating system: output of `uname -a` Linux 4.4.207-1.el7.elrepo.x86_64 #1 SMP Sat Dec 21 08:00:19 EST 2019 x86_64 x86_64 x86_64 GNU/Linux ### node_exporter version: output of `node_exporter --version` prom/node-exporter:v1.0.1...