未验证 提交 b83d70f6 编写于 作者: Z zwd1208 提交者: GitHub

[skip ci]Fix grafana expr (#10772)

Signed-off-by: NWeida Zhu <weida.zhu@zilliz.com>
上级 924614ca
......@@ -3126,7 +3126,7 @@
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(milvus_rootcoord_describe_segment_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_segment_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.
先完成此消息的编辑!
想要评论请 注册