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` `Linux carsten 5.15.70 #1-NixOS SMP Fri Sep 23 12:15:52 UTC 2022 x86_64 GNU/Linux` ### node_exporter version: output of `node_exporter --version` ``` node_exporter,...

enhancement
accepted
help wanted
platform/Linux

Related https://github.com/prometheus/node_exporter/issues/1881 ### Host operating system: output of `uname -a` `Linux gke-delivery-platform-normal-20220831-b14ed261-plov 5.15.89+ #1 SMP Sat Mar 18 09:27:02 UTC 2023 x86_64 Intel(R) Xeon(R) CPU @ 2.60GHz GenuineIntel GNU/Linux` ###...

bug
require/feedback
accepted
pending/close

### Host operating system: output of `uname -a` Linux version 5.4.0-153-generic (buildd@bos03-amd64-008) (gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1)) #170-Ubuntu SMP Fri Jun 16 13:43:31 UTC 2023 ### node_exporter version: output of...

### Host operating system: output of `uname -a` ``` ➜ uname -a | sed -e "s/${HOST}/HOSTNAME/" Linux HOSTNAME 6.3.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 14 Jun 2023 20:10:31 +0000 x86_64 GNU/Linux...

This is sort of followup to https://github.com/prometheus/node_exporter/issues/2602 `node_timex_status` is a bitfield from adjtimex. Unfortunately Prometheus does not have bitmap math operations, so it's hard to check for specific bits being...

## Feature request I´d like to have a metric about filesystems that reports whether the filesystem is encrypted or mounted on top of an encrypted block device. I would expect...

### Host operating system: output of `uname -a` Linux 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` node_exporter,...

### Host operating system: output of `uname -a` Linux ... 4.14.287-215.504.amzn2.x86_64 #1 SMP Wed Jul 13 21:34:43 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ### node_exporter version: output of `node_exporter --version`...

This change adds support for reading from model specific registers (MSRs) that are CPU/architecture dependent. An example using a MSR from the [AMD processor handbook](https://www.amd.com/system/files/TechDocs/40332.pdf): ``` sudo ./node_exporter --collector.perf --collector.perf.msr...

Hi Team/ @discordianfish, Please check this PR and let me know if anything has to be changed. Fixes [#2550 ](https://github.com/prometheus/node_exporter/issues/2550) We have to merge https://github.com/prometheus/procfs/pull/487 before merging this PR. Thanks