mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix grafana panel legendFormat (#11584)
Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>pull/11590/head
parent
734eec1d59
commit
a22f17fc8a
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue