[skip ci] Refine Drop Index Rate panel total expression (#10556)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
edward.zeng 2021-10-25 20:07:58 +08:00 committed by GitHub
parent 10f7c9f1c8
commit ea88e42243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2497,7 +2497,7 @@
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(milvus_rootcoord_drop_index_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"total\"}[5m])) by (pod)",
"expr": "sum(increase(milvus_rootcoord_drop_index_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"total\"}[2m])/2) ",
"interval": "",
"legendFormat": "total",
"queryType": "randomWalk",