I've been working with cAdvisor within our Kubernetes setup to monitor metrics at a namespace-specific level.
My objective is to isolate metrics exclusively generated by cAdvisor ONLY for a chosen namespace.
Despite setting up filters with the intention of narrowing down the metrics to my namespace of interest, I am faced with a challenge. The data returned have metrics from all namespaces, not just the one I'm focusing on.
I've been working with cAdvisor within our Kubernetes setup to monitor metrics at a namespace-specific level. My objective is to isolate metrics exclusively generated by cAdvisor ONLY for a chosen namespace.
Despite setting up filters with the intention of narrowing down the metrics to my namespace of interest, I am faced with a challenge. The data returned have metrics from all namespaces, not just the one I'm focusing on.
this is the filter that I used:
thanks.