From a9dbe1ea719db1f95765a0c003e8c56efa38c8d7 Mon Sep 17 00:00:00 2001 From: "edward.zeng" Date: Tue, 28 Sep 2021 19:00:20 +0800 Subject: [PATCH] [skip ci] Add grafana panel description (#8783) Signed-off-by: Edward Zeng --- .../monitor/grafana/milvus-dashboard.json | 38 ++++++++++++++++--- 1 file changed, 33 insertions(+), 5 deletions(-) diff --git a/deployments/monitor/grafana/milvus-dashboard.json b/deployments/monitor/grafana/milvus-dashboard.json index 7e2cc8096..9c3bb1649 100644 --- a/deployments/monitor/grafana/milvus-dashboard.json +++ b/deployments/monitor/grafana/milvus-dashboard.json @@ -16,7 +16,7 @@ "gnetId": null, "graphTooltip": 0, "id": 25, - "iteration": 1632821818522, + "iteration": 1632824940853, "links": [], "panels": [ { @@ -320,7 +320,7 @@ }, { "datasource": "$datasource", - "description": "", + "description": "Successful RootCoord Show collection operations", "fieldConfig": { "defaults": { "mappings": [], @@ -455,6 +455,7 @@ }, "yaxes": [ { + "$$hashKey": "object:164", "format": "short", "label": null, "logBase": 1, @@ -463,6 +464,7 @@ "show": true }, { + "$$hashKey": "object:165", "format": "short", "label": null, "logBase": 1, @@ -1201,6 +1203,7 @@ }, "yaxes": [ { + "$$hashKey": "object:109", "format": "short", "label": null, "logBase": 1, @@ -1209,6 +1212,7 @@ "show": true }, { + "$$hashKey": "object:110", "format": "short", "label": null, "logBase": 1, @@ -1303,6 +1307,7 @@ }, "yaxes": [ { + "$$hashKey": "object:185", "format": "short", "label": null, "logBase": 1, @@ -1311,6 +1316,7 @@ "show": true }, { + "$$hashKey": "object:186", "format": "short", "label": null, "logBase": 1, @@ -3019,6 +3025,7 @@ }, "yaxes": [ { + "$$hashKey": "object:660", "format": "short", "label": null, "logBase": 1, @@ -3027,6 +3034,7 @@ "show": true }, { + "$$hashKey": "object:661", "format": "short", "label": null, "logBase": 1, @@ -3120,6 +3128,7 @@ }, "yaxes": [ { + "$$hashKey": "object:584", "format": "short", "label": null, "logBase": 1, @@ -3128,6 +3137,7 @@ "show": true }, { + "$$hashKey": "object:585", "format": "short", "label": null, "logBase": 1, @@ -4156,6 +4166,7 @@ }, "yaxes": [ { + "$$hashKey": "object:269", "format": "short", "label": null, "logBase": 1, @@ -4164,6 +4175,7 @@ "show": true }, { + "$$hashKey": "object:270", "format": "short", "label": null, "logBase": 1, @@ -4252,6 +4264,7 @@ }, "yaxes": [ { + "$$hashKey": "object:345", "format": "bytes", "label": null, "logBase": 1, @@ -4260,6 +4273,7 @@ "show": true }, { + "$$hashKey": "object:346", "format": "bytes", "label": null, "logBase": 1, @@ -4349,6 +4363,7 @@ }, "yaxes": [ { + "$$hashKey": "object:421", "format": "short", "label": null, "logBase": 1, @@ -4357,6 +4372,7 @@ "show": true }, { + "$$hashKey": "object:422", "format": "short", "label": null, "logBase": 1, @@ -4445,6 +4461,7 @@ }, "yaxes": [ { + "$$hashKey": "object:434", "format": "short", "label": null, "logBase": 1, @@ -4453,6 +4470,7 @@ "show": true }, { + "$$hashKey": "object:435", "format": "short", "label": null, "logBase": 1, @@ -4542,6 +4560,7 @@ }, "yaxes": [ { + "$$hashKey": "object:92", "format": "bytes", "label": null, "logBase": 1, @@ -4550,6 +4569,7 @@ "show": true }, { + "$$hashKey": "object:93", "format": "bytes", "label": null, "logBase": 1, @@ -4734,6 +4754,7 @@ }, "yaxes": [ { + "$$hashKey": "object:51", "format": "bytes", "label": null, "logBase": 1, @@ -4742,6 +4763,7 @@ "show": true }, { + "$$hashKey": "object:52", "format": "bytes", "label": null, "logBase": 1, @@ -4829,6 +4851,7 @@ }, "yaxes": [ { + "$$hashKey": "object:164", "format": "short", "label": null, "logBase": 1, @@ -4837,6 +4860,7 @@ "show": true }, { + "$$hashKey": "object:165", "format": "short", "label": null, "logBase": 1, @@ -4925,6 +4949,7 @@ }, "yaxes": [ { + "$$hashKey": "object:455", "decimals": null, "format": "short", "label": null, @@ -4934,6 +4959,7 @@ "show": true }, { + "$$hashKey": "object:456", "format": "short", "label": null, "logBase": 1, @@ -5609,6 +5635,7 @@ }, "yaxes": [ { + "$$hashKey": "object:204", "decimals": null, "format": "short", "label": null, @@ -5618,6 +5645,7 @@ "show": true }, { + "$$hashKey": "object:205", "format": "short", "label": null, "logBase": 1, @@ -5687,8 +5715,8 @@ "allValue": null, "current": { "selected": false, - "text": "test", - "value": "test" + "text": "default", + "value": "default" }, "datasource": "$datasource", "definition": "label_values(kube_pod_info, namespace)", @@ -5813,5 +5841,5 @@ "timezone": "browser", "title": "Milvus2.0", "uid": "uLf5cJ3Gz", - "version": 119 + "version": 121 } \ No newline at end of file -- GitLab