node_exporter
                                
                                 node_exporter copied to clipboard
                                
                                    node_exporter copied to clipboard
                            
                            
                            
                        Exporter for machine metrics
### Host operating system: output of `uname -a` Linux 6.6.0-rc1 vanilla self compiled and running Debian otherwise ### node_exporter version: output of `node_exporter --version` ``` $ ./node_exporter --version node_exporter, version...
Hi all, I added a new collector for fetch machine / compute information from the provides instance meta data service. The collector is build to easily integrate other ims services...
### Host operating system: output of `uname -a` ``` Linux scnomgmt08 5.4.0-156-generic #173-Ubuntu SMP Tue Jul 11 07:25:22 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux ``` ### node_exporter version: output of...
This PR adds labels to show the route table for a particular route as well as the route type. On a router, it is common to use different route tables...
This collects usage information (per-user) on the Linux kernel keyring See: https://man7.org/linux/man-pages/man7/keyrings.7.html It is disabled by default because cardinality is one per-user. I was going to do a custom scrape...
Added new metric to tcpstats collector, as requested here https://github.com/prometheus/node_exporter/issues/2490.
I have tried without `host` and the entire line which made no difference. ```yaml - '--collector.filesystem.mount-points-exclude=^/(sys|proc|dev|host|etc)($$|/)' ``` If I install node-exporter via package manager I get the missing stats. ###...
### Host operating system: output of `uname -a` Linux backup-target.atelieraphelion.com 5.0.0-29-generic #31~18.04.1-Ubuntu SMP Thu Sep 12 18:29:21 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux ### node_exporter version: output of `node_exporter --version`...
Periodically I see 'cannot parse expected integer value' errors logged for the ZFS collector trying to collect `memory_available_bytes`, which comes from /proc/spl/kstat/zfs/arcstat. Support for this was added to deal with...