Skip to content

Commit 5c6d998

Browse files
committedFeb 24, 2025
Add multiple rules to allow list node-exporter
1 parent b4b2fb1 commit 5c6d998

File tree

1 file changed

+4
-0
lines changed
  • monitoring/alloy/helm-chart-values/clusters/all

1 file changed

+4
-0
lines changed
 

‎monitoring/alloy/helm-chart-values/clusters/all/values.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ clusterMetrics:
5555
metricsTuning:
5656
includeMetrics:
5757
- node_uname_info
58+
- node_disk_io_time_seconds_total
59+
- node_disk_io_time_weighted_seconds_total
60+
- node_load1
61+
- node_vmstat_pgmajfault
5862
kube-state-metrics:
5963
jobLabel: kube-state-metrics
6064
windows-exporter:

0 commit comments

Comments
 (0)
Please sign in to comment.