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

Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>
pull/12810/head
zwd1208 2021-12-06 19:12:00 +08:00 committed by GitHub
parent 2371a75cc6
commit 7f3e36c1ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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