[skip ci]Fix grafana panel legendFormat (#11584)

Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>
pull/11590/head
zwd1208 2021-11-10 20:25:03 +08:00 committed by GitHub
parent 734eec1d59
commit a22f17fc8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
"expr": "sum(up{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\",app_kubernetes_io_component=\"datacoord\"})*(-1)",
"format": "time_series",
"interval": "",
"legendFormat": "sss",
"legendFormat": "",
"queryType": "randomWalk",
"refId": "A"
}