node_exporter
node_exporter copied to clipboard
Exporter for machine metrics
Automatically add a uid to each dashboard. This prevents changing URLs when restarting a grafana pod and re-importing the dashboards via ConfigMaps.
Bumps [github.com/prometheus/procfs](https://github.com/prometheus/procfs) from 0.14.0 to 0.15.1. Release notes Sourced from github.com/prometheus/procfs's releases. v0.15.1 What's Changed Fix NODEV errors on Thinkpad when parsing battery status by @marvin-sinister in prometheus/procfs#641 Synchronize common...
### Host operating system: output of `uname -a` ``` Linux xiaomi-santoni 3.18.140-postmarketos #5-postmarketOS SMP PREEMPT Sun Aug 21 13:33:19 UTC 2022 aarch64 Linux ``` ### node_exporter version: output of `node_exporter...
TCPRcvQDrop is a useful variable that counts the number of packets dropped due to either system-wide or per-socket memory pressure. Their report on the default output could help to detect...
In order to reduce cardinality of the interrupts collector add filtering options * Add include/exclude regexp filter flags. * Add boolean flag to include zero values, enabled by default.
Make metric names between `freebsd` and `linux` consistent. This is gated behind the `ConsistentZFSLinuxMetricNames` gate, and disabled by default. Fixes: #1945 Blocked-by: #3024 Signed-off-by: Pranshu Srivastava
Hi team, I have added a new feature to the `hwmon` collector that enables the monitoring of GPU clock frequencies, specifically `sclk `(Shader Clock) and `mclk` (Memory Clock). The `hwmon`...
This is a very handy label to have. Adding it as a option, which can be enabled when needed, to avoid breaking working stuff.
Hi, I would like to propose an enhancement to the hwmon collector to include GPU clock. Currently on my machine I can pull the GPU clock metrics from hwmon: ```...