未验证 提交 ea88e422 编写于 作者: E edward.zeng 提交者: GitHub

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

Signed-off-by: NEdward Zeng <jie.zeng@zilliz.com>
上级 10f7c9f1
......@@ -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",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册