node_exporter icon indicating copy to clipboard operation
node_exporter copied to clipboard

Exporter for machine metrics

Results 329 node_exporter issues
Sort by recently updated
recently updated
newest added

We want to change some metric names, for example #2074, but want to avoid a breaking change before the next major release. Therefor I suggest to introduce a translation layer...

enhancement

`node_exporter` should include SAS PHY metrics on Linux, to help expose SAS cable and device problems. Linux natively tracks 4 different counters and one useful gauge in /sys: ``` $...

In Linux, the error counter for block devices can be retrieved from `/sys/block/*/device/ioerr_cnt`, but the current diskstats controller does not support them. My use case that uses this counter is...

enhancement

### Host operating system: output of `uname -a` Linux localhost.localdomain 5.14.0-22.el9.x86_64 #1 SMP Fri Nov 26 23:47:21 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux ### node_exporter version: output of `node_exporter --version`...

### Host operating system: output of `uname -a` Linux sarbian 5.13.5-arch1-1 #1 SMP PREEMPT Sun, 25 Jul 2021 18:02:58 +0000 x86_64 GNU/Linux ### node_exporter version: output of `node_exporter --version` node_exporter,...

bug
accepted
good first issue

### Host operating system: output of `uname -a` Darwin m1minimatto01 20.6.0 Darwin Kernel Version 20.6.0: Tue Oct 12 18:33:38 PDT 2021; root:xnu-7195.141.8~1/RELEASE_ARM64_T8101 arm64 ### node_exporter version: output of `node_exporter --version`...

bug
accepted

As part of change prometheus/procfs#439, update fixtures in node_exporter to expose all referenced interfaces in `/sys/class/net` This was naively accomplished by blindly copying eth0 data to other physical interfaces, but...

pending/close

I am looking at this dashboard panel and it query -- https://github.com/prometheus/node_exporter/blob/b52bf958f8e2d4ed1624b8122d08af4d12da9322/docs/node-mixin/dashboards/use.libsonnet#L229 for my cluster and i see negative values for 'CPU Utilisation'. Can someone please explain what utiliSation means...

### Host operating system: output of `uname -a` `Linux vivo 5.10.103 #1-NixOS SMP Wed Mar 2 10:42:57 UTC 2022 x86_64 GNU/Linux` ### node_exporter version: output of `node_exporter --version` ``` node_exporter,...

Hi @SuperQ @discordianfish Add a fips collector to expose if fips is enabled or not. To check fips is enabled or not can be done by ```console [root@localhost ~]# cat...