default to CNM direct send if >=7.81.0#2742
Conversation
|
- bump version for datadog to 3.223.4 (patch-version) - update changelog for datadog with version 3.223.4 - update readme for datadog
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b04183b702
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| - {{ . }} | ||
| {{- end }} | ||
| {{- end }} | ||
| direct_send: {{ include "cnm-use-direct-send" . }} |
There was a problem hiding this comment.
Gate direct send when process-agent env is customized
For CNM installs on Agent >= 7.81.0, this flips payload submission from the process-agent to system-probe, but existing agents.containers.processAgent.env/envDict overrides are only injected into the process-agent container and are not mirrored into system-probe. Users who set process-agent-specific intake/proxy/env settings will silently stop applying those settings to CNM once the tag crosses 7.81, so either keep this default off when process-agent env is customized or propagate the relevant overrides to system-probe.
Useful? React with 👍 / 👎.
What this PR does / why we need it:
Enables CNM direct send if the agent version is >= 7.81.0
Which issue this PR fixes
Special notes for your reviewer:
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
<chartName>/minor-version,<chartName>/patch-version, or<chartName>/no-version-bump)datadogordatadog-operatorchart or value changes, update the test baselines (run:make update-test-baselines)datadogchart changes, received ✅ from a member of your teamGitHub CI takes care of the below, but are still required:
.github/helm-docs.sh)CHANGELOG.mdhas been updatedREADME.md