mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix Drop Index Total panel expression (#10168)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/10190/head
parent
75cdba134b
commit
ec5c3198b5
|
@ -2152,7 +2152,7 @@
|
|||
"pluginVersion": "7.5.4",
|
||||
"targets": [
|
||||
{
|
||||
"expr": "sum(milvus_rootcoord_drop_index_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"total\"}) by (pod)",
|
||||
"expr": "sum(milvus_rootcoord_drop_index_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"total\"})",
|
||||
"instant": false,
|
||||
"interval": "",
|
||||
"intervalFactor": 2,
|
||||
|
|
Loading…
Reference in New Issue