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

Display min and max pods in classic dashboard

Prasad_K
Dynatrace Advocate
Dynatrace Advocate

Hello

There is a requirement where the customer wants to plot the minimum and max pods allocated to workload. I have used the desired pod count metric and pod metric too and even used the aggeregation but it is not reflecting the correct value as the value of min and max is static.

 

Thanks in advance

2 REPLIES 2

michiel_otten
Mentor

Hi Prasad,

The Desired pod count metric usually reflects the number of pods Kubernetes wants to run (from the deployment/replica set), not the actual number. The min and max just give you the highest and lowest number of running pods at a certain period of time. This can be lower or higher f.e. during updating or maintenance.

What would be the customer requirement here?  What question would they want answered?

KR.
Michiel

#Performance matter!

Hi Michiel

The customer has OCP where they have defined min and max pods configured for all workloads. They want to see the same in classic dashboard. 

Is there a way we can capture this and display?

Featured Posts