mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update grafana dashboard template (#10016)
Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>pull/10021/head
parent
a0b79bf3d0
commit
577617ce7b
|
@ -1071,14 +1071,14 @@
|
|||
"steppedLine": false,
|
||||
"targets": [
|
||||
{
|
||||
"expr": "sum(rate(milvus_rootcoord_describe_collection_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"total\"}[5m])) by (pod)",
|
||||
"expr": "sum(rate(milvus_rootcoord_describe_collection_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"total\"}[5m]))",
|
||||
"interval": "",
|
||||
"legendFormat": "total",
|
||||
"queryType": "randomWalk",
|
||||
"refId": "A"
|
||||
},
|
||||
{
|
||||
"expr": "sum(rate(milvus_rootcoord_describe_collection_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"success\"}[5m])) by (pod)",
|
||||
"expr": "sum(rate(milvus_rootcoord_describe_collection_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"success\"}[5m]))",
|
||||
"interval": "",
|
||||
"legendFormat": "success",
|
||||
"refId": "B"
|
||||
|
|
Loading…
Reference in New Issue