[skip ci]Update grafana template (#10480)

Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>
This commit is contained in:
zwd1208 2021-10-22 19:53:13 +08:00 committed by GitHub
parent 0b6cb066d2
commit 3ff8077bc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
"gnetId": null, "gnetId": null,
"graphTooltip": 0, "graphTooltip": 0,
"id": 27, "id": 27,
"iteration": 1634816955564, "iteration": 1634903165642,
"links": [], "links": [],
"panels": [ "panels": [
{ {
@ -437,7 +437,7 @@
}, },
{ {
"exemplar": true, "exemplar": true,
"expr": "sum(increase(milvus_rootcoord_has_collection_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"success\"}[2m])/2) ", "expr": "sum(increase(milvus_rootcoord_has_collection_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"success\"}[2m])/2)",
"interval": "", "interval": "",
"legendFormat": "success", "legendFormat": "success",
"refId": "B" "refId": "B"
@ -1844,6 +1844,7 @@
"steppedLine": false, "steppedLine": false,
"targets": [ "targets": [
{ {
"exemplar": true,
"expr": "sum(increase(milvus_rootcoord_create_partition_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"total\"}[2m])/2)", "expr": "sum(increase(milvus_rootcoord_create_partition_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"total\"}[2m])/2)",
"interval": "", "interval": "",
"legendFormat": "total", "legendFormat": "total",
@ -1851,6 +1852,7 @@
"refId": "A" "refId": "A"
}, },
{ {
"exemplar": true,
"expr": "sum(increase(milvus_rootcoord_create_partition_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"success\"}[2m])/2)", "expr": "sum(increase(milvus_rootcoord_create_partition_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"success\"}[2m])/2)",
"interval": "", "interval": "",
"legendFormat": "success", "legendFormat": "success",
@ -5707,7 +5709,7 @@
}, },
{ {
"current": { "current": {
"selected": true, "selected": false,
"text": "milvus", "text": "milvus",
"value": "milvus" "value": "milvus"
}, },
@ -5718,7 +5720,7 @@
"name": "app_name", "name": "app_name",
"options": [ "options": [
{ {
"selected": false, "selected": true,
"text": "milvus", "text": "milvus",
"value": "milvus" "value": "milvus"
} }
@ -5761,7 +5763,7 @@
{ {
"allValue": null, "allValue": null,
"current": { "current": {
"selected": true, "selected": false,
"text": "All", "text": "All",
"value": "$__all" "value": "$__all"
}, },
@ -5792,10 +5794,13 @@
{ {
"allValue": null, "allValue": null,
"current": { "current": {
"isNone": true,
"selected": false, "selected": false,
"text": "None", "text": [
"value": "" "None"
],
"value": [
""
]
}, },
"datasource": "$datasource", "datasource": "$datasource",
"definition": "label_values(go_info{namespace=\"$namespace\", app_kubernetes_io_instance=~\"$instance\",app_kubernetes_io_name=\"$app_name\"} , pod)", "definition": "label_values(go_info{namespace=\"$namespace\", app_kubernetes_io_instance=~\"$instance\",app_kubernetes_io_name=\"$app_name\"} , pod)",
@ -5824,10 +5829,13 @@
{ {
"allValue": null, "allValue": null,
"current": { "current": {
"isNone": true,
"selected": false, "selected": false,
"text": "None", "text": [
"value": "" "None"
],
"value": [
""
]
}, },
"datasource": "${datasource}", "datasource": "${datasource}",
"definition": "label_values(go_info{namespace=\"$namespace\", app_kubernetes_io_instance=~\"$instance\",app_kubernetes_io_name=\"$app_name\"} , app_kubernetes_io_component)", "definition": "label_values(go_info{namespace=\"$namespace\", app_kubernetes_io_instance=~\"$instance\",app_kubernetes_io_name=\"$app_name\"} , app_kubernetes_io_component)",
@ -5889,5 +5897,5 @@
"timezone": "browser", "timezone": "browser",
"title": "Milvus2.0", "title": "Milvus2.0",
"uid": "uLf5cJ3Gz", "uid": "uLf5cJ3Gz",
"version": 61 "version": 65
} }