Fixed grafana
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 11s
Check with kubeconform / lint (push) Successful in 10s
Auto-update README / Generate README and Create MR (push) Successful in 13s

This commit is contained in:
Ultradesu
2026-03-12 10:27:50 +00:00
parent a5163f288b
commit fa53fdcd93

View File

@@ -20,7 +20,7 @@ data:
relativeTimeRange:
from: 600
to: 0
datasourceUid: P76F38748CEC837F0
datasourceUid: prometheus
model:
expr: 'rate(container_cpu_cfs_throttled_periods_total{container="pasarguard-node"}[5m])'
refId: A
@@ -73,7 +73,7 @@ data:
relativeTimeRange:
from: 600
to: 0
datasourceUid: P76F38748CEC837F0
datasourceUid: prometheus
model:
expr: 'kube_node_status_condition{condition="Ready",status="false"}'
refId: A
@@ -119,7 +119,7 @@ data:
relativeTimeRange:
from: 300
to: 0
datasourceUid: P76F38748CEC837F0
datasourceUid: prometheus
model:
expr: '(1 - (node_memory_MemAvailable_bytes / node_memory_MemTotal_bytes)) * 100'
refId: A
@@ -165,7 +165,7 @@ data:
relativeTimeRange:
from: 300
to: 0
datasourceUid: P76F38748CEC837F0
datasourceUid: prometheus
model:
expr: '100 - (avg by(instance) (rate(node_cpu_seconds_total{mode="idle"}[5m])) * 100)'
refId: A
@@ -211,7 +211,7 @@ data:
relativeTimeRange:
from: 300
to: 0
datasourceUid: P76F38748CEC837F0
datasourceUid: prometheus
model:
expr: '(1 - (node_filesystem_avail_bytes{fstype=~"ext[234]|xfs|zfs|btrfs"} / node_filesystem_size_bytes)) * 100'
refId: A
@@ -258,7 +258,7 @@ data:
relativeTimeRange:
from: 300
to: 0
datasourceUid: P76F38748CEC837F0
datasourceUid: prometheus
model:
expr: 'node_load15 / on(instance) group_left count by(instance)(node_cpu_seconds_total{mode="idle"})'
refId: A
@@ -304,7 +304,7 @@ data:
relativeTimeRange:
from: 300
to: 0
datasourceUid: P76F38748CEC837F0
datasourceUid: prometheus
model:
expr: 'up{job="node-exporter"}'
refId: A