update grafana

This commit is contained in:
2025-12-16 19:17:58 -06:00
parent 269dae2e84
commit ce93697dbc

View File

@@ -16,7 +16,10 @@
] ]
}, },
"editable": false, "editable": false,
"fiscalYearStartMonth": 0,
"graphTooltip": 0, "graphTooltip": 0,
"id": 175,
"links": [],
"panels": [ "panels": [
{ {
"datasource": { "datasource": {
@@ -617,7 +620,7 @@
"calcs": [], "calcs": [],
"displayMode": "list", "displayMode": "list",
"placement": "bottom", "placement": "bottom",
"showLegend": true "showLegend": false
}, },
"tooltip": { "tooltip": {
"hideZeros": false, "hideZeros": false,
@@ -634,7 +637,7 @@
"uid": "${DS_PROMETHEUS}" "uid": "${DS_PROMETHEUS}"
}, },
"editorMode": "code", "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, "instant": false,
"legendFormat": "__auto", "legendFormat": "__auto",
"range": true, "range": true,
@@ -713,7 +716,7 @@
"calcs": [], "calcs": [],
"displayMode": "list", "displayMode": "list",
"placement": "bottom", "placement": "bottom",
"showLegend": true "showLegend": false
}, },
"tooltip": { "tooltip": {
"hideZeros": false, "hideZeros": false,
@@ -730,7 +733,7 @@
"uid": "${DS_PROMETHEUS}" "uid": "${DS_PROMETHEUS}"
}, },
"editorMode": "code", "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, "instant": false,
"legendFormat": "__auto", "legendFormat": "__auto",
"range": true, "range": true,
@@ -742,6 +745,8 @@
} }
], ],
"preload": true, "preload": true,
"refresh": "",
"schemaVersion": 41,
"tags": ["service", "storage"], "tags": ["service", "storage"],
"templating": { "templating": {
"list": [ "list": [
@@ -823,8 +828,8 @@
}, },
{ {
"current": { "current": {
"text": "volsync-55f9ccbc98-lpwwg", "text": "volsync-56894b8487-pbq2j",
"value": "volsync-55f9ccbc98-lpwwg" "value": "volsync-56894b8487-pbq2j"
}, },
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
@@ -833,6 +838,8 @@
"definition": "label_values(volsync_sync_duration_seconds,pod)", "definition": "label_values(volsync_sync_duration_seconds,pod)",
"hide": 2, "hide": 2,
"includeAll": false, "includeAll": false,
"label": "Volsync Pod",
"multi": true,
"name": "volsyncPod", "name": "volsyncPod",
"options": [], "options": [],
"query": { "query": {
@@ -842,6 +849,7 @@
}, },
"refresh": 1, "refresh": 1,
"regex": "", "regex": "",
"sort": 1,
"type": "query" "type": "query"
} }
] ]
@@ -853,5 +861,5 @@
"timezone": "browser", "timezone": "browser",
"title": "VolSync", "title": "VolSync",
"uid": "26d7c6dccd245d0d4f5b0a40e16f4c70", "uid": "26d7c6dccd245d0d4f5b0a40e16f4c70",
"version": 10 "version": 2
} }