You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Helm release deploys, however APM traces are still being collected. A 'trace-agent' container is still being created in the DataDog DaemonSet and it has the environment variable: DD_APM_ENABLED=true.
The 'agent' / 'process-agent' containers correctly have the environment variable DD_APM_ENABLED=false.
Also interestingly, I enabled debug logging by setting datadog.logLevel: 'DEBUG" and I observer that the DD_LOG_LEVEL environment variable was correctly updated on the 'agent' and 'process-agent' containers, however not the 'trace-agent' container.
Describe what you expected:
'trace-agent' container to be removed from the DaemonSet
Steps to reproduce the issue:
Enable APM by setting datadog.apm.socketEnabled: true & datadog.apm.portEnabled: true.
Attempt to disable APM by setting datadog.apm.socketEnabled: false&datadog.apm.portEnabled: false`.
Describe what happened:
I am unable to disable APM trace collection via the Helm chart. I had initially enabled it by setting the below config:
To disable it, I have tried setting the below values:
The Helm release deploys, however APM traces are still being collected. A 'trace-agent' container is still being created in the DataDog DaemonSet and it has the environment variable:
DD_APM_ENABLED=true
.The 'agent' / 'process-agent' containers correctly have the environment variable
DD_APM_ENABLED=false
.Also interestingly, I enabled debug logging by setting
datadog.logLevel: 'DEBUG"
and I observer that theDD_LOG_LEVEL
environment variable was correctly updated on the 'agent' and 'process-agent' containers, however not the 'trace-agent' container.Describe what you expected:
Steps to reproduce the issue:
datadog.apm.socketEnabled: true
&datadog.apm.portEnabled: true
.&
datadog.apm.portEnabled: false`.Additional environment details (Operating System, Cloud provider, etc):
3.7.6
version of Helm ChartThe text was updated successfully, but these errors were encountered: