From c44f03af8b0427fbb2020fa97755ffb7b7f11671 Mon Sep 17 00:00:00 2001 From: zwd1208 Date: Mon, 1 Nov 2021 22:53:30 +0800 Subject: [PATCH] [skip ci]Update grafana panel (#11042) Signed-off-by: Weida Zhu --- deployments/monitor/grafana/milvus-dashboard.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deployments/monitor/grafana/milvus-dashboard.json b/deployments/monitor/grafana/milvus-dashboard.json index 97a5d48ab..2dbc11dba 100644 --- a/deployments/monitor/grafana/milvus-dashboard.json +++ b/deployments/monitor/grafana/milvus-dashboard.json @@ -1408,7 +1408,7 @@ }, { "datasource": "$datasource", - "description": "Successful RootCoord Show partition operations", + "description": "Success count of show_partition requests", "fieldConfig": { "defaults": { "mappings": [], @@ -1466,7 +1466,7 @@ }, { "datasource": "$datasource", - "description": "Total RootCoord Create partition operations", + "description": "Total count of create_partition requests", "fieldConfig": { "defaults": { "mappings": [], @@ -1524,7 +1524,7 @@ }, { "datasource": "$datasource", - "description": "Successful RootCoord Create partition operations", + "description": "Success count of create_partition requests", "fieldConfig": { "defaults": { "mappings": [], @@ -5924,5 +5924,5 @@ "timezone": "browser", "title": "Milvus2.0", "uid": "uLf5cJ3Gz", - "version": 109 + "version": 112 } \ No newline at end of file -- GitLab