Filip Weilid
Filip Weilid
Did you ever figure out how to do this?
I am on 1.0.0-dev.6 for firestore and 1.0.0-dev.1 for auth
Getting the same error with the latest versions
yeah react-query 3.39.2
I actually just noticed there was a new version the second I posted the issue. I have just upgraded and so far there has been no change
The query I am running is just `container_network_receive_bytes_total ` but it seems to ignore everything that doesn't have a value for the container label. Looking at `container_cpu_usage_seconds_total` in cadvisor it...
The default values in the kube-prometheus-stack helm chart does drop metrics with no container value ``` # Drop cgroup metrics with no container. - sourceLabels: [id, container] action: drop regex:...
Overriding the prometheus relabeling so it doesn't drop the metrics does fix the problem. I looked at the cadvisor metrics from an older cluster and in that one the container...