[skip ci]Fix grafana expr (#10772)

Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>
pull/10783/head
zwd1208 2021-10-27 19:16:34 +08:00 committed by GitHub
parent 924614ca69
commit b83d70f644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",