[skip ci]Update grafana legendFormat (#12501)

Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>
pull/12508/head
zwd1208 2021-12-01 10:37:44 +08:00 committed by GitHub
parent 31ea165c83
commit 6472559821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5606,7 +5606,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"
}