Skip to content

Commit a745202

Browse files
dipack95SuperQ
authored andcommitted
Added mountinfo changes to node_exporter (#1417)
Use the extra information gleaned from the mountinfo file to add a 'mountaddr' field for NFS metrics. This helps prevent prometheus from ignoring mounts that come from the same URL, but are actually from different IP addresses. This commit also rebases to current master Signed-off-by: Dipack P Panjabi <dpanjabi@hudson-trading.com>
1 parent 852b340 commit a745202

File tree

6 files changed

+381
-416
lines changed

6 files changed

+381
-416
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@
88
- `node_md_disks_active` is removed
99
- `node_md_disks` now has a `state` label for "fail", "spare", "active" disks.
1010
- `node_md_is_active` is replaced by `node_md_state` with a state set of "active", "inactive", "recovering", "resync".
11+
* Additional label `mountaddr` added to NFS device metrics to distinguish mounts from the same URL, but different IP addresses. #1417
1112

1213
### Changes
1314

1415
* [CHANGE] Add `--collector.netdev.device-whitelist`. #1279
1516
* [CHANGE] Refactor mdadm collector #1403
17+
* [CHANGE] Add `mountaddr` label to NFS metrics. #1417
1618
* [FEATURE] Add new schedstat collector #1389
1719
* [ENHANCEMENT] Include additional XFS runtime statistics. #1423
1820
* [ENHANCEMENT] Report non-fatal collection errors in the exporter metric. #1439

0 commit comments

Comments
 (0)