Merge pull request #1575 from dminca/feature/simplify-panel-label

fix Control Plane dashboard legend
This commit is contained in:
Stefan Prodan 2021-06-30 18:27:00 +03:00 committed by GitHub
commit 5c4b3d1080
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -547,7 +547,7 @@
{
"expr": "rate(process_cpu_seconds_total{namespace=\"$namespace\",pod=~\".*-controller-.*\"}[1m])",
"interval": "",
"legendFormat": "{{kubernetes_pod_name}}",
"legendFormat": "{{pod}}",
"refId": "A"
}
],
@ -643,7 +643,7 @@
"expr": "rate(go_memstats_alloc_bytes_total{namespace=\"$namespace\",pod=~\".*-controller-.*\"}[1m])",
"hide": false,
"interval": "",
"legendFormat": "{{kubernetes_pod_name}}",
"legendFormat": "{{pod}}",
"refId": "A"
}
],