feat(config): introduce the global DD_AGENTLESS_ENABLED flag - #19631
feat(config): introduce the global DD_AGENTLESS_ENABLED flag#19631bwoebi wants to merge 5 commits into
Conversation
|
BenchmarksBenchmark execution time: 2026-08-22 06:14:19 Comparing candidate commit 6cd77ff in PR branch Found 0 performance improvements and 6 performance regressions! Performance is the same for 616 metrics, 10 unstable metrics.
|
acc71f6 to
519b315
Compare
Codeowners resolved asResolved from the full PR diff against |
Dependency direction analysis
|
Circular import analysis
|
0b92f6e to
5d13957
Compare
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5d139570b7
ℹ️ About Codex in GitHub
Your team has set up Codex to 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 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
5d13957 to
703a454
Compare
b027d14 to
568f1a7
Compare
568f1a7 to
0d85fbe
Compare
0d85fbe to
4918699
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4918699c73
ℹ️ About Codex in GitHub
Your team has set up Codex to 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 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
The global flag can send traces to the Datadog intake when the user sets a different OTLP trace endpoint. It can also select the wrong OTLP protocol, remove intake authentication with custom headers, and use the wrong trace-stats default.
🤖 Datadog Autotest · Commit 4918699 · What is Autotest? · @DataDog review to ask questions · Any feedback? Reach out in #autotest
Centralizing any agentless configs in a single place, making
DD_AGENTLESS_ENABLEDthe fallback for any more specific agentless settings.Also integrates agentless RC in particular.