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

[skip ci] Refine Describe Index Rate panel expression (#10761)

Signed-off-by: NEdward Zeng <jie.zeng@zilliz.com>
上级 46add096
......@@ -2598,14 +2598,14 @@
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(milvus_rootcoord_describe_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_describe_index_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"total\"}[2m])/2)",
"interval": "",
"legendFormat": "total",
"queryType": "randomWalk",
"refId": "A"
},
{
"expr": "sum(rate(milvus_rootcoord_describe_index_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"success\"}[5m])) by (pod)",
"expr": "sum(increase(milvus_rootcoord_describe_index_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"success\"}[2m])/2)",
"interval": "",
"legendFormat": "success",
"refId": "B"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册