diff --git a/helm/dashboards/charts/public_dashboards/dashboards/shared/public/dns.json b/helm/dashboards/charts/public_dashboards/dashboards/shared/public/dns.json index c5a1c5da..f028c1d7 100644 --- a/helm/dashboards/charts/public_dashboards/dashboards/shared/public/dns.json +++ b/helm/dashboards/charts/public_dashboards/dashboards/shared/public/dns.json @@ -1260,7 +1260,7 @@ "hide": false, "interval": "", "intervalFactor": 1, - "legendFormat": "{{ pod }}", + "legendFormat": "Memory - {{ pod }}", "range": true, "refId": "A" }, @@ -1276,9 +1276,22 @@ "hide": false, "interval": "", "intervalFactor": 1, - "legendFormat": "Average", + "legendFormat": "Memory - Average", "range": true, "refId": "B" + }, + { + "datasource": { + "type": "prometheus", + "uid": "$prometheus_datasource" + }, + "editorMode": "code", + "expr": "kube_pod_container_resource_requests{pod=~\"coredns-.*\", container=\"coredns\", cluster_id=\"$cluster\", organization=\"$organization\", resource=\"memory\"}", + "hide": false, + "instant": false, + "legendFormat": "Requests - {{pod}}", + "range": true, + "refId": "C" } ], "title": "CoreDNS Pod Memory Usage",