From ce93697dbc659b6b344cb60d0464acc3be8fa53f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 16 Dec 2025 19:17:58 -0600 Subject: [PATCH] update grafana --- dashboards/service/volsync.json | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/dashboards/service/volsync.json b/dashboards/service/volsync.json index 7d12f49..a1c29f3 100644 --- a/dashboards/service/volsync.json +++ b/dashboards/service/volsync.json @@ -16,7 +16,10 @@ ] }, "editable": false, + "fiscalYearStartMonth": 0, "graphTooltip": 0, + "id": 175, + "links": [], "panels": [ { "datasource": { @@ -617,7 +620,7 @@ "calcs": [], "displayMode": "list", "placement": "bottom", - "showLegend": true + "showLegend": false }, "tooltip": { "hideZeros": false, @@ -634,7 +637,7 @@ "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", - "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_irate{pod=~\"$volsyncPod\", namespace=~\"$volsyncNamespace\"}) by (pod)", + "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_irate{namespace=~\"$volsyncNamespace\"})", "instant": false, "legendFormat": "__auto", "range": true, @@ -713,7 +716,7 @@ "calcs": [], "displayMode": "list", "placement": "bottom", - "showLegend": true + "showLegend": false }, "tooltip": { "hideZeros": false, @@ -730,7 +733,7 @@ "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", - "expr": "sum(container_memory_working_set_bytes{pod=~\"$volsyncPod\", namespace=~\"$volsyncNamespace\"}) by (pod)", + "expr": "sum(container_memory_working_set_bytes{namespace=~\"$volsyncNamespace\"})", "instant": false, "legendFormat": "__auto", "range": true, @@ -742,6 +745,8 @@ } ], "preload": true, + "refresh": "", + "schemaVersion": 41, "tags": ["service", "storage"], "templating": { "list": [ @@ -823,8 +828,8 @@ }, { "current": { - "text": "volsync-55f9ccbc98-lpwwg", - "value": "volsync-55f9ccbc98-lpwwg" + "text": "volsync-56894b8487-pbq2j", + "value": "volsync-56894b8487-pbq2j" }, "datasource": { "type": "prometheus", @@ -833,6 +838,8 @@ "definition": "label_values(volsync_sync_duration_seconds,pod)", "hide": 2, "includeAll": false, + "label": "Volsync Pod", + "multi": true, "name": "volsyncPod", "options": [], "query": { @@ -842,6 +849,7 @@ }, "refresh": 1, "regex": "", + "sort": 1, "type": "query" } ] @@ -853,5 +861,5 @@ "timezone": "browser", "title": "VolSync", "uid": "26d7c6dccd245d0d4f5b0a40e16f4c70", - "version": 10 + "version": 2 }