[skip ci]Update grafana legendFormat (#12022)

Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>
pull/12032/head
zwd1208 2021-11-17 20:19:13 +08:00 committed by GitHub
parent 010eea95e2
commit 418dace502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5326,7 +5326,7 @@
"expr": "go_memstats_next_gc_bytes{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\"}",
"interval": "",
"intervalFactor": 2,
"legendFormat": "{{component}}: {{pod}}",
"legendFormat": "{{pod}}",
"queryType": "randomWalk",
"refId": "A"
}