[skip ci]Update grafana panel legendFormat (#12436)

Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>
This commit is contained in:
zwd1208 2021-11-30 11:53:42 +08:00 committed by GitHub
parent 1d9f4e0a5c
commit 3f826c0cbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5998,7 +5998,7 @@
"expr": "rate(go_memstats_alloc_bytes_total{app_kubernetes_io_name=\"$app_name\", app_kubernetes_io_instance=~\"$instance\", namespace=\"$namespace\"}[5m])",
"interval": "",
"intervalFactor": 2,
"legendFormat": "{{component}}: {{pod}}",
"legendFormat": "{{pod}}",
"queryType": "randomWalk",
"refId": "A"
}