[skip ci] Refine GC Max duration seconds panel legend format (#10956)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
edward.zeng 2021-10-30 18:57:09 +08:00 committed by GitHub
parent 1d5bb03856
commit ecceb219fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4850,7 +4850,7 @@
{
"expr": "go_gc_duration_seconds{quantile=\"1\", app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\"}",
"interval": "",
"legendFormat": "{{component}}: {{pod}}",
"legendFormat": "{{pod}}",
"queryType": "randomWalk",
"refId": "A"
}