node_exporter
                                
                                 node_exporter copied to clipboard
                                
                                    node_exporter copied to clipboard
                            
                            
                            
                        Exporter for machine metrics
This PR enables NFS operations errors as a stat. This was made available some time ago in `prometheus/procfs` but hadn't been included in the node_exporter as of yet.
prometheus/procfs has exposed NFS operations errors for some time, but as of yet the node_exporter has not made these available as an exported stat. This is a request to include...
### Host operating system: output of `uname -a` # uname -a Linux 4.12.14-150100.197.117-default #1 SMP Sat Jul 9 11:46:36 UTC 2022 (8d500b6) x86_64 x86_64 x86_64 GNU/Linux # mountstats metrics provide...
When I add node_hwmon_temp_celsius to a dashboard, I found that it is very hard to map those metrics to the corresponding physical devices. There are only chip names and sensor...
### Host operating system: ``` Linux Tower 5.19.17-Unraid #2 SMP PREEMPT_DYNAMIC Wed Nov 2 11:54:15 PDT 2022 x86_64 Intel(R) Xeon(R) CPU X5680 @ 3.33GHz GenuineIntel GNU/Linux ``` FWIW it's Unraid...
### Host operating system: output of `uname -a` Darwin de-unit-1032.mu4 22.3.0 Darwin Kernel Version 22.3.0: Mon Jan 30 20:39:35 PST 2023; root:xnu-8792.81.3~2/RELEASE_ARM64_T8103 arm64 ### node_exporter version: output of `node_exporter --version`...
feat: optional disabled by default collector for /proc/vmallocinfo to make bpf jit usage observable
For issues like https://github.com/awslabs/amazon-eks-ami/issues/1219 memory leak to be observable, support alerting, by exposing /proc/vmallocinfo from the node - we need an additional collector. Current "workaround", of manually running ``` cat...
At present, I am learning node_exporter, but there are many metric names. I wonder if there are any relevant documents that have sorted out all the metric names and their...
In the [Docker section of the README](https://github.com/prometheus/node_exporter#docker) it sais: > Be aware that any non-root mount points you want to monitor will need to be bind-mounted into the container. Now...
We run our node_exporters with the systemd collector enabled. We've experienced a number of incidents where systemd's dbus interface was either extremely slow or generally non-responsive, and so node_exporter's attempt...