[skip ci] Refine Create Collection Rate panel expression (#10454)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/10443/head^2
edward.zeng 2021-10-22 17:57:40 +08:00 committed by GitHub
parent 8d73f5caff
commit 2d88cc45b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@
},
{
"exemplar": true,
"expr": "increase(milvus_rootcoord_create_collection_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"success\"}[2m])/2",
"expr": "sum(increase(milvus_rootcoord_create_collection_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"success\"}[2m])/2)",
"interval": "",
"legendFormat": "success",
"refId": "B"