From 05473b6f8ab27b74d55332ded6674c504ffe3bcb Mon Sep 17 00:00:00 2001 From: zwd1208 Date: Tue, 14 Dec 2021 21:47:09 +0800 Subject: [PATCH] [skip ci]Update grafana panel (#13377) Signed-off-by: Weida Zhu --- .../monitor/grafana/milvus-dashboard.json | 27 +++++++++++-------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/deployments/monitor/grafana/milvus-dashboard.json b/deployments/monitor/grafana/milvus-dashboard.json index 760f5b1569..3f4decdb2e 100644 --- a/deployments/monitor/grafana/milvus-dashboard.json +++ b/deployments/monitor/grafana/milvus-dashboard.json @@ -16,7 +16,7 @@ "gnetId": null, "graphTooltip": 0, "id": 27, - "iteration": 1639447677744, + "iteration": 1639489221240, "links": [], "panels": [ { @@ -2681,7 +2681,7 @@ "dashLength": 10, "dashes": false, "datasource": "prometheus", - "description": "Process memory of milvus pod.", + "description": "Process memory of milvus pod", "fieldConfig": { "defaults": {}, "overrides": [] @@ -3911,7 +3911,7 @@ { "allValue": null, "current": { - "selected": true, + "selected": false, "text": "default", "value": "default" }, @@ -3942,8 +3942,7 @@ { "allValue": null, "current": { - "isNone": true, - "selected": true, + "selected": false, "text": "None", "value": "" }, @@ -3974,10 +3973,13 @@ { "allValue": null, "current": { - "isNone": true, "selected": false, - "text": "None", - "value": "" + "text": [ + "None" + ], + "value": [ + "" + ] }, "datasource": "$datasource", "definition": "label_values(go_info{namespace=\"$namespace\", app_kubernetes_io_instance=~\"$instance\",app_kubernetes_io_name=\"$app_name\"} , pod)", @@ -4006,10 +4008,13 @@ { "allValue": null, "current": { - "isNone": true, "selected": false, - "text": "None", - "value": "" + "text": [ + "None" + ], + "value": [ + "" + ] }, "datasource": "${datasource}", "definition": "label_values(go_info{namespace=\"$namespace\", app_kubernetes_io_instance=~\"$instance\",app_kubernetes_io_name=\"$app_name\"} , app_kubernetes_io_component)",