node_exporter icon indicating copy to clipboard operation
node_exporter copied to clipboard

Exporter for machine metrics

Results 329 node_exporter issues
Sort by recently updated
recently updated
newest added

### Host operating system: output of `uname -a` FreeBSD, all versions ### node_exporter version: output of `node_exporter --version` 1.5.0 ### Feature PR #1632 exposed ZFS's per-dataset performance metrics, but only...

### Host operating system: output of `uname -a` ``` FreeBSD XXXX 14.0-CURRENT FreeBSD 14.0-CURRENT #1 RELENG_2_7_0-n255866-686c8d3c1f0: Wed Jun 28 04:21:19 UTC 2023 root@freebsd:/var/jenkins/workspace/pfSense-CE-snapshots-2_7_0-main/obj/amd64/LwYAddCr/var/jenkins/workspace/pfSense-CE-snapshots-2_7_0-main/sources/FreeBSD-src-RELENG_2_7_0/amd64.amd64/sys/pfSense amd64 ``` ### node_exporter version: output of...

### Host operating system: output of `uname -a` ### node_exporter version: output of `node_exporter --version` ### node_exporter command line flags ### node_exporter log output ### Are you running node_exporter in...

bug
accepted
good first issue

### Host operating system: output of `uname -a` `Linux machinename 6.2.0-39-generic #40~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Nov 16 10:53:04 UTC 2 x86_64 x86_64 x86_64 GNU/Linux ` ### node_exporter version: output of...

bug
accepted

NOTE: I put this observ-lib(mixin) into separate folder due to some incompatibilities with old mixin like: - USE dashboards (node-rsrc-use.json, node-cluster-rsrc-use.json,node-multicluster-rsrc-use.json) Similar to [windows-observ-lib](https://github.com/grafana/jsonnet-libs/pull/1050), node-observ-lib is created, using many panels...

Add hw_counters metrics for infiniband device. ref: https://github.com/prometheus/procfs/pull/549

### Host operating system: output of `uname -a` Darwin MacBook-Pro.local 23.1.0 Darwin Kernel Version 23.1.0: Mon Oct 9 21:32:11 PDT 2023; root:xnu-10002.41.9~7/RELEASE_ARM64_T6030 x86_64 ### node_exporter version: output of `node_exporter --version`...

bug
accepted

Since linux 5.1 the kernel can collect some bpf stats: https://github.com/torvalds/linux/blob/master/tools/bpf/bpftool/Documentation/bpftool-prog.rst?plain=1#L80 It seems possible to get the stats from anon_inode, or bpftool indirectly, I didnt test yet. However, I'm not...

### Host operating system: output of `uname -a` Linux rook-node01 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux ### node_exporter version: output of `node_exporter --version`...

Linux kernels since 6.1 that are built with CONFIG_IRQ_TIME_ACCOUNTING support a new /proc/pressure/irq pressure stall information file. It would be nice if the node exporter provided metrics from this (well,...