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

My goal is to somehow get from the `btrfs_dev_uuid` to the serial number of the drive. I already can map to the device mapper name (node_disk_device_mapper_info{name}), but currently I did...

As the aix binaries where not included in the last release, I've added them to the .promu-cgo.yml. Thanks to @SuperQ & @discordianfish ref: https://github.com/prometheus/node_exporter/pull/3136

This PR collects RDMA stats using [rdmamap](github.com/Mellanox/rdmamap). ### Testing Done 1. `docker run --pull=always --cap-add=SYS_TIME --net=host -it node-exporter-linux-amd64:master --collector.rdma --web.listen-address=:8864 --collector.disable-defaults` 2. `curl localhost:8864/metrics` The results can be viewed below:...

Currently when running the docker img you need to explicitly set the path.udev.data flag or it will run in: ``` level=error collector=diskstats msg="Failed to open directory, disabling udev device properties"...

### Host operating system: output of `uname -a` Linux ip-172-31-8-215 6.8.0-1016-aws #17-Ubuntu SMP Mon Sep 2 13:48:07 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux ### node_exporter version: output of `node_exporter --version`...

Implements part of #535 Some things we can talk: - We can omit `state="stale"` like labels and just give the state value to Gauge (IMO current impl is simpler) although...

PR #2963 seems to have introduced a bug that breaks the CPU collector on illumos by trying to retrieve a named kstat statistic that does not exist; specifically `cpu_nsec_wait`. See...

I'm trying to add ZFS pool usage and free space to a Grafana dashboard, but it doesn't appear that node_exporter captures this data. For clarification, I'd like the per-pool statistics...