update grafana
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user