mirror of https://github.com/milvus-io/milvus.git
[skip ci] Refine Has Collection Rate Panel expression (#10453)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/10443/head^2
parent
5455d88bc1
commit
8d73f5caff
|
@ -437,7 +437,7 @@
|
|||
},
|
||||
{
|
||||
"exemplar": true,
|
||||
"expr": "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": "",
|
||||
"legendFormat": "success",
|
||||
"refId": "B"
|
||||
|
@ -5890,4 +5890,4 @@
|
|||
"title": "Milvus2.0",
|
||||
"uid": "uLf5cJ3Gz",
|
||||
"version": 61
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue