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

Monitor Percentage of PODs in Namespace

serhat_balik
Helper

We would like to only monitor 50% of PODs in our Kubernetes test environment where there are multiple provisonings happening in a single day. I know that we can disable POD/Container monitoring from the settings menu by namespace, name or ID, but this is static.

 

Is there a way to dynamically configure Dynatrace only to monitor a percentage of PODs in a given time? I've checked API documentation but I've only seen monitoring configuration on a host basis.

3 REPLIES 3

pahofmann
DynaMight Guru
DynaMight Guru

No, it is not possible to tell dynatrace to monitor only a certain percentage of pods. 

 

If it's a multi node cluster you could use a selector in the operator to roll out the agent only to 50% of your worker nodes though.

Dynatrace Certified Master, AppMon Certified Master - Dynatrace Partner - 360Performance.net

Gogi
Helper

Hi Pahofmann,

Please can you tell me where is the option in Dynatrace UI to select particular worker node to roll out agent.

In the meantime there are more options to control instrumentation on k8s e.g. by namespace. You can use container monitoring rules.

 

Depending on how you rollout the agent there are also different options. With the operator you can use namespaceSelector or nodeSelector, depending on the monitoring mode, you can select specific namespaces or nodes wo monitor.

Dynatrace Certified Master, AppMon Certified Master - Dynatrace Partner - 360Performance.net

Featured Posts