cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Panel that displays pods with failure rate more than 50%

srikanthd
Newcomer

- i am trying to make a panel to observe the pods which are having failure rate high. 

i can able to filter on pod_status but not on the pods failure rate.

Can anyone suggest me what should be used as filter condition to achieve this.

2 REPLIES 2

ChadTurner
DynaMight Legend
DynaMight Legend

I would do something like this: 

ChadTurner_0-1711564437556.png

You can further refine it as needed

 

-Chad

PierreGutierrez
Dynatrace Advisor
Dynatrace Advisor

Hi @srikanthd 

I think that exist a confused. The pods don't have a metric like a failure rate. 
The metric of "failure rate" it's in the service. Pods and Services have a relation, but both are not the same.
In One Pod, you can find different process, and that process can give you a traffic of services.

Pods have a information like : Status, Age, IP address, containers, Total container restarts.
Pods have a metrics like : CPU, Memory .
Containers in Pod have metrics like: CPU (usage, shares, % of limit), Memory (cache, physical total, % of limit), etc.
Services have metrics like : response time, failure rate, CPU, throutput 

I Recommend you identify the services in your process group, and then use the metric  : builtin:service.errors.server.rate , for the failure rate .

I hope it's helpfull 💪

Pierre Gutierrez - LATAM ACE Consultant - Loving Cats! Loving Technology !

Featured Posts