mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
This patch introduces a whitelist-based label filtering mechanism in cadvisor/kubelet metrics collection. By explicitly keeping only the desired labels, we avoid noisy and high-cardinality dimensions while retaining meaningful CPU metrics for analysis. This improves the stability of the metrics pipeline and ensures consistent visibility into application workloads. ```release-note [platform] Introduce whitelist label filtering for cadvisor/kubelet metrics to reduce noise and improve CPU metric reliability. ``` Signed-off-by: IvanHunters <xorokhotnikov@gmail.com>