node_exporter
node_exporter copied to clipboard
Exporter for machine metrics
Next to the memory graphes in the mixin dashboard, a graph which would show the swap would be useful.
### Host operating system: output of `uname -a` ``` Linux ip-172-16-209-7 5.10.0-11-cloud-amd64 #1 SMP Debian 5.10.92-1 (2022-01-18) x86_64 GNU/Linux ``` ### node_exporter version: output of `node_exporter --version` ``` node_exporter, version...
### Host operating system: output of `uname -a` `Linux hostname 5.4.65 #1 SMP Tue Sep 15 21:22:36 UTC 2020 x86_64 AMD EPYC 7551P 32-Core Processor AuthenticAMD GNU/Linux` ### node_exporter version:...
Reorganizing content and adding a useradd command example.
### Host operating system: output of `uname -a` `Linux prd-coov-auth-db-2 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux ` ### node_exporter version: output of `node_exporter...
Flag '--web.disable-exporter-metrics' is not disabling 'promhttp_metric_handler_errors_total' metric
### node_exporter version: ``` node_exporter, version 1.3.0 (branch: HEAD, revision: c65f870ef90a4088210af0319498b832360c3366) build user: root@4801f8f250a6 build date: 20211118-16:34:14 go version: go1.17.3 platform: linux/amd64 ``` ### node_exporter command line flags ``` [Unit]...
When running with network namespaces counter in `/proc/sys/net/netfilter/nf_conntrack_count` showing correct value only for default namespace. Basic logic in linux kernel `node_nf_conntrack_entries_limit` limit is shared between all namespaces, but with node...
在系统为centos5.8中,运行程序,报如下错误: --------------------------------------------------------------------------------------------------------- runtime: epollwait on fd 4 failed with 38 fatal error: runtime: netpoll failed runtime stack: runtime.throw(0xc2ae1c, 0x17) D:/Program Files/Go/src/runtime/panic.go:1117 +0x72 runtime.netpoll(0x0, 0xc000000000) D:/Program Files/Go/src/runtime/netpoll_epoll.go:130 +0x368 runtime.sysmon() D:/Program Files/Go/src/runtime/proc.go:5239...
### Host operating system: output of `uname -a` Linux 5.11.0-40-generic #44-Ubuntu SMP Wed Oct 20 16:16:42 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux ### node_exporter version: output of `node_exporter --version` ```...
This is a feature request for `--collector.qdisc.device-exclude` and corresponding `--collector.qdisc.device-include` or similar option for `qdisc` collector to skip interfaces that does not do any queueing or are dynamic interfaces (like...