selecting multiple pods with similar prefixes but different siffixes
I installed Prometheus using Helm, which automatically includes cAdvisor and other components. I have several pods with similar names, but each has a unique identifier, such as my-app-23hj2
and my-app-44h23
.
Aggregate replicas metrics in a single dashboard
I’m currently scrapping all my deployment replicas (pods) metrics thanks to a ServiceMonitor
provided by Prometheus Operator. I’m able to display these metrics on a dashboard in Grafana as expected, but things get complicated when I want to aggregate them.
Unable to calculate pod specific utilization of the resource through PromQL
I am calculating the namespace specific resource utilization which includes request and resource for cpu and memory and also doing the same for pod specific data.
change label of prometheus metrics
i have some problem with build monitoring dashboard for my service .