Before 23.6.0, the agent was respecting the parameter: instrumentationConfig: numberOfTaskWorkers: 2 After 23.6.0, this config is not been respected and many instrumentation happens leading to high cpu usage. I tried all parameters but it looks a bug to me, it was working before. I'm using this config. All my java services have readiness and liveness probes. clusterAgent: containerProperties: containerBatchSize: 1 containerParallelRequestLimit: 1 podBatchSize: 1 instrumentationConfig: numberOfTaskWorkers: 1 podBatchSize: 2 please help
... View more