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

### Host operating system: output of `uname -a` [root@localhost node_exporter]# uname -a Linux localhost.localdomain 4.19.90-2108.8.0.0106.up4.uel20.aarch64 #1 SMP Wed Oct 27 17:45:50 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux [root@localhost node_exporter]# ###...

### Host operating system: output of `uname -a` Linux ### node_exporter version: output of `node_exporter --version` 0.16.0 ### node_exporter command line flags --collector.diskstats.ignored-devices ### Are you running node_exporter in Docker?...

### Host operating system: output of `uname -a` step01 ~ » uname -a FreeBSD step01.infra.isi.ca 12.2-RELEASE-p7 FreeBSD 12.2-RELEASE-p7 GENERIC amd64 ### node_exporter version: output of `node_exporter --version` step01 ~ »...

This adds more labels to `node_disk_info` for kernel device path, kernel uuid, device mapper name, and device mapper uuid. Depends on prometheus/procfs#412. Resolves #2207. Signed-off-by: W. Andrew Denton

As discussed in https://github.com/prometheus/node_exporter/issues/304, we should add a `node_disk_info` metric that includes uuid and possibly other disk identifiers. Parsing should go in procfs.

enhancement

This changes the perf collector to handle partial failures even better by checking the `HasProfilers` method on the various profilers interfaces. The configuration of the profiler interfaces have changed so...

### Host operating system: output of `uname -a` Linux 5.10.58 ### node_exporter version: output of `node_exporter --version` node_exporter, version 1.2.2 (branch: HEAD, revision: 26645363b486e12be40af7ce4fc91e731a33104e) build user: root@b9cb4aa2eb17 build date: 20210806-13:44:18...

### Host operating system: Linux ip-10-227-56-184 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 GNU/Linux ### node_exporter version: node_exporter, version 1.2.2 (branch: master, revision: 3e6f4ce627e588e9972e624f1f744c716e11b199) build user: moses@[redacted] build date: 20211105-15:59:27...

bug
platform/Linux

I don't see stats from the `btrfs device stats` command in my metrics. I see a closed ticket #1100 already exists for this, but can't immediately find anything about this...

Hello, Does node_exporter provide statistics for VDO (Virtual Data Optimizer)? RedHat recommends to monitor VDO space usage and efficiency using the vdostats utility. Monitoring of physical space on VDO volumes...

enhancement