node_exporter
node_exporter copied to clipboard
Exporter for machine metrics
/Sys/devices/system/cpu/solubilized appears (null), node porter cannot recognize it, resulting in an error message
I see my drives are issuing lots of discards while moving data (unsurprisingly). It'd be nice if the node_exporter could pick up these stats Looks like this would probably need...
hi, is there a grafana dashboard i can use for node exporter so i dont need to create all the charts myself? edit: i found this: https://github.com/prometheus/node_exporter/blob/master/docs/node-mixin/dashboards/use.libsonnet - can i...
TCP: 1. tcp_transmit_packets_total 2. tcp_receive_packets_total 3. tcp_connection_attempts_total 4. tcp_connection_accepts_total 5. tcp_connection_drops_total 6. tcp_retransmit_packets_total UDP: 1. udp_transmit_packets_total 2. udp_receive_packets_total 3. udp_header_drops_total 4. udp_bad_checksum_total 5. udp_no_port_total
**Summary** This PR introduces a collection timeout feature to the Node Exporter. Posting the draft PR to get initial feedback, I will add an option to configure the timeout value....
Adds a flag to skip the call to `SysBlockDeviceQueueStats` in the `diskstats` collector, to improve performance over a large number of devices when the extra `rotational` label is not needed...
#3022 adds the `rotational` label to the `info` metric for devices through an extra call to [`SysBlockDeviceQueueStats`](https://pkg.go.dev/github.com/prometheus/procfs/blockdevice#FS.SysBlockDeviceQueueStats), which reads a large number of of queue sysfs files and causes a...
When a path that is already a mount point is bind-mounted to itself, e.g. with ``` mount -ttmpfs - /foo mount -obind /foo /foo ``` a duplicate metric error occurs...
Currently, node_exporter has incomplete support for NFSv4 RPC operation statistics for both NFS clients and NFS servers, which is (partly) due to prometheus/procfs not supporting them (filed as prometheus/procfs#699). Supporting...
Seems the NFS collector is broken in 1.9.0 and keeps spamming the logs with `was collected before with the same name and label values` messages. Unfortunately I don't have access...