istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/update-grafana-memory-compute.yaml (about) 1 apiVersion: release-notes/v2 2 kind: feature 3 area: telemetry 4 5 releaseNotes: 6 - | 7 **Updated** the "Control Plane Dashboard" and the "Performance Dashboard" to use the `container_memory_working_set_bytes` metric 8 to display memory. This metric only counts memory that *cannot be reclaimed* by the kernel even under memory pressure, 9 and therefore more relevant for tracking. It is also consistent with `kubectl top`. The reported values are lower than 10 the previous values.