node_exporter
node_exporter copied to clipboard
Exporter for machine metrics
Even though node_intr_total metrics is of counter type, it's value reduced
### Host operating system: output of `uname -a` Linux csd01lab-ddeio-0 3.10.0-1160.15.2.el7.x86_64 #1 SMP Thu Jan 21 16:15:07 EST 2021 x86_64 x86_64 x86_64 GNU/Linux ### node_exporter version: output of `node_exporter --version`...
Is there some metrics about bare disk(not mounted) capacity?
### Host operating system: output of `uname -a` Linux nas10 3.10.0-957.el7.x86_64 #1 SMP Thu Nov 8 23:39:32 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux ### node_exporter version: output of `node_exporter --version`...
### Host operating system: output of `uname -a` `Linux debianvm 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64 GNU/Linux` ### node_exporter version: output of `node_exporter --version` ``` node_exporter, version 1.5.0 (branch:...
Feature Request: Default Mem/CPU alerts added to the mixin
Could be configurable thresholds or being able to disable them. Any reasoning why it's not there yet? Could not find an existing discussion.
collect error
### Host operating system: output of `uname -a` Linux xxxxx 3.10.0-957.10.1.el7.x86_64 #1 SMP Mon Mar 18 15:06:45 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux ### node_exporter version: output of `node_exporter --version`...
added md disks in down state
Added missing mdadm stats: - `node_md_disks` # added `{state="down"}` - `node_md_sync_time_remaining` (seconds) - `node_md_blocks_synced_speed` - `node_md_blocks_synced_pct` Notes: - One drive was not being shown, as it was in `state="down"` (recovering),...
Add metrics for btrfs commit statistics
Add four metrics to the btrfs collector to expose statistics on the commits to the filesystem: `node_btrfs_commits_total`, `node_btrfs_last_commit_seconds`, `node_btrfs_max_commit_seconds`, and `node_btrfs_commit_seconds_total`. These values were added to the procfs library in...
Add node_filesystem_mount_info metric
Mount info is now fetched from `/proc/1/mountinfo` (falling back to `/proc/self/mountinfo`), which contains strictly more information than `/proc/1/mounts`. This closes #1384 and introduces a workaround to #885 by letting the...
Disk and filesystem error metrics
I recently had a disk fail on a system, which I found out from errors in dmesg. (`blk_update_request: critical medium error`) I wanted to set up some alerts on prometheus...
udp_queues_linux.go: Expose UDP drops via gauge analogous to queue sizes
Since a common reason for monitoring UDP queue sizes can be in teasing out performance and QoS issues, it would be convenient to have drops available in the same frames...