[skip ci]Update grafana legendFormat (#12101)

Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>
pull/12115/head
zwd1208 2021-11-18 21:30:16 +08:00 committed by GitHub
parent 432edb1b01
commit 8d052623c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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