Fixed furumi dashboard
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 9s
Check with kubeconform / lint (push) Successful in 9s
Auto-update README / Generate README and Create MR (push) Successful in 7s

This commit is contained in:
Ultradesu
2026-03-11 01:57:39 +00:00
parent 5f129d3782
commit 3bc1ac057c

View File

@@ -57,7 +57,7 @@ data:
"type": "prometheus", "type": "prometheus",
"uid": "${datasource}" "uid": "${datasource}"
}, },
"expr": "furumi_active_streams", "expr": "sum(furumi_active_streams)",
"refId": "A" "refId": "A"
} }
], ],
@@ -91,7 +91,7 @@ data:
"type": "prometheus", "type": "prometheus",
"uid": "${datasource}" "uid": "${datasource}"
}, },
"expr": "rate(furumi_bytes_read_total[$__rate_interval])", "expr": "sum(rate(furumi_bytes_read_total[$__rate_interval]))",
"refId": "A" "refId": "A"
} }
], ],
@@ -430,12 +430,22 @@ data:
"overrides": [] "overrides": []
} }
}, },
{
"collapsed": true,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 12
},
"id": 99,
"panels": [
{ {
"gridPos": { "gridPos": {
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 12 "y": 13
}, },
"id": 7, "id": 7,
"options": { "options": {
@@ -527,7 +537,7 @@ data:
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 12 "y": 13
}, },
"id": 8, "id": 8,
"options": { "options": {
@@ -615,6 +625,10 @@ data:
} }
} }
], ],
"title": "Process Metrics (Memory, FDs)",
"type": "row"
}
],
"refresh": "10s", "refresh": "10s",
"schemaVersion": 38, "schemaVersion": 38,
"style": "dark", "style": "dark",