02 Mar 2026 03:33 PM
Hello,
I modified the
.spec.oneAgent.cloudNativeFullStack to .spec.oneAgent.hostMonitoringI was expecting the oneAgent to be set to infra by the operator (from full stack)
Am I expecting to much )-;
KR Henk
Solved! Go to Solution.
14 Mar 2026 08:58 PM
Hi Henk,
not really, but the expectation needs one extra step. When you change from .spec.oneAgent.cloudNativeFullStack to .spec.oneAgent.hostMonitoring, the Operator updates the monitoring mode, but pods that were already injected in cloud-native full-stack mode are not converted in place. According to Dynatrace docs, when switching from applicationMonitoring or cloudNativeFullstack to hostMonitoring, the previously instrumented pods need to be restarted. After that, you should see infra/host-monitoring-only behavior.
16 Mar 2026 05:51 AM
Hello @t_pawlak
Featured Posts