node_exporter
node_exporter copied to clipboard
Exporter for machine metrics
### Host operating system: output of `uname -a` OPNsense 23.7.8_1-amd64 FreeBSD 13.2-RELEASE-p5 ### node_exporter version: output of `node_exporter --version` ``` # node_exporter --version node_exporter, version (branch: , revision: unknown) build...
I *think* this will address https://github.com/prometheus/node_exporter/issues/2097 This is also useful for Hammerspace where the same 'device' may be mounted via the same protocol to differing locations, but is actually still...
### Host operating system: output of `uname -a` ``` Linux (...) 4.18.0-477.27.1.el8_8.x86_64 #1 SMP Wed Sep 20 15:55:39 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux ``` Host operating system: **Rocky Linux...
# Problem Description The recent container images for the Prometheus Node Exporter [published to the _quay.io_ registry](https://quay.io/repository/prometheus/node-exporter?tab=tags) are lacking signatures. The images for versions 0.16.0 and 0.17.0 are signed as...
### Host operating system: output of `uname -a` Linux hostname 6.2.0-1012-gcp #12~22.04.1-Ubuntu SMP Mon Aug 21 08:36:27 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux ### node_exporter version: output of `node_exporter --version`...
Since Linux 6.0, we can get commit statistics from `/sys/fs/btrfs/FS_ID/commit_stats`, e.g. ```console $ cat /sys/fs/btrfs/01234567-89ab-cdef-0123-456789abcdef/commit_stats commits 258051 last_commit_ms 1000 max_commit_ms 51462 total_commit_ms 47836090 ```
### Host operating system: output of `uname -a` Linux dc2cpoenrvmd534 3.10.0-1160.66.1.el7.x86_64 #1 SMP Wed May 18 16:02:34 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ### node_exporter version: output of `node_exporter --version`...
_(This is a continuation of the initial work done [here](https://github.com/prometheus/node_exporter/pull/2755).)_ The PR refactors node exporter to decouple collectors' config from kingpin flags. This allows that the exporter can be embedded...
Add a new pattern to allow moving the flag handling out of the collector package and into a separate package. This allows collector package users to create their own config...