Prometheus not filiter by container #2421
Unanswered
msvinaykumar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've successfully installed the latest versions of Minikube, CAdvisor, and Prometheus Operator.
The deployments and Prometheus prompt are all functioning properly. However, I'm encountering an issue where results are not filtering by container.
For instance, when querying
"container_cpu_usage_seconds_total," I receive details,
but attempts to filter by a specific container such as "grafana" yield no results.
container_cpu_usage_seconds_total{container="grafana"}
Interestingly, this filtering method worked with older Minikube versions, specifically 1.24.
Beta Was this translation helpful? Give feedback.
All reactions