node_exporter
node_exporter copied to clipboard
Exporter for machine metrics
As of #2952, the node exporter has been bumped to use procfs lib v0.13.0, which has a fix for safer meminfo parsing from `/proc/meminfo`. This means it's possible to move...
### Host operating system: output of `uname -a` ``` $ uname -a SunOS lennier 5.11 omnios-r151034-0d278a0cc5 i86pc i386 i86pc ``` ### node_exporter version: output of `node_exporter --version` ``` $ ./node_exporter...
### Host operating system: output of `uname -a` Linux veeve-id-v1-cid-beta-kroger-040101 4.9.140-tegra #1 SMP PREEMPT Thu Jun 25 21:22:12 PDT 2020 aarch64 aarch64 aarch64 GNU/Linux ### node_exporter version: output of `node_exporter...
### Host operating system: output of `uname -a` 3.10.0-1160.49.1.el7.x86_64 #1 SMP Tue Nov 30 15:51:32 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux ### node_exporter version: output of `node_exporter --version` node_exporter, version...
``` content, err := os.ReadFile(fmt.Sprintf("/sys/block/%s/queue/rotational", dev)) if err != nil { level.Debug(c.logger).Log("msg", "Failed to get sys block device queue stats", "err", err) } rotational := strings.Replace(string(content), "\n", "", -1) i,...
I was researching for a blog post, and noticed some issues with the metrics from the powersupplyclass collector. Only a few of the metrics have units, e.g. `node_power_supply_current_ampere` has a...
Updating `github.com/prometheus/procfs` to v0.13.0, and adding a collector for exporting Linux kTLS statistics. (added to `prometheus/procfs` in https://github.com/prometheus/procfs/pull/579). The metric names and their descriptions are all based on https://docs.kernel.org/networking/tls.html#statistics. Fixes...
### Host operating system: output of `uname -a` `OpenBSD foo 7.3 GENERIC.MP#4 i386` ### node_exporter version: output of `node_exporter --version` ``` foo# node_exporter --version node_exporter, version 1.5.0 (branch: non-git, revision:...
### Host operating system: output of `uname -a` Linux node1 6.1.0-21-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.90-1 (2024-05-03) x86_64 GNU/Linux ### node_exporter version: output of `node_exporter --version` node_exporter, version 1.8.0 (branch:...
* [BUGFIX] Fix CPU seconds on Solaris #2963 * [BUGFIX] Sign Darwin/MacOS binaries #3008 * [BUGFIX] Fix pressure collector nil reference #3016