chore(antithesis): Generate configs for scenario purposes#1938
Conversation
Binary Size Analysis (Agent Data Plane)Baseline: 4b4f85a · Comparison: 9ceef13 · diff ✅ Binary size difference within thresholdChanges by Module
Detailed Symbol Changes |
Regression Detector (Agent Data Plane)Run ID: Optimization Goals: ✅ No significant changes detectedFine details of change detection per experiment (5)Experiments configured
Bounds Checks: ✅ Passed (5)
ExplanationA change is flagged as a regression when |Δ mean %| > 5.00% in the regressing direction for its optimization goal AND SMP marks the experiment as a regression ( |
This comment has been minimized.
This comment has been minimized.
91a4119 to
7e405b9
Compare
e839e5a to
67ec949
Compare
67ec949 to
da4c048
Compare
da4c048 to
c4bd83e
Compare
51d3177 to
c0e4ead
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c0e4ead938
ℹ️ 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".
ADP and Datadog Agent support an intersection of datadog.yaml config options but ADP has distinct configuration from Datadog Agent and vice versa. Some of that is temporary, some is a permanent state.
c0e4ead to
9ceef13
Compare
## Summary <!-- Please provide a brief summary about what this PR does. This should help the reviewers give feedback faster and with higher quality. --> ADP and Datadog Agent support an intersection of datadog.yaml config options but ADP has distinct configuration from Datadog Agent and vice versa. Some of that is temporary, some is a permanent state. This PR adapts the config generator to produce intersection datadog.yaml instances. ## Change Type - [ ] Bug fix - [ ] New feature - [x] Non-functional (chore, refactoring, docs) - [ ] Performance ## How did you test this PR? <!-- Please how you tested these changes here --> ## References <!-- Please list any issues closed by this PR. --> <!-- - Closes: <issue link> --> <!-- Any other issues or PRs relevant to this PR? Feel free to list them here. --> 1d0f918

Summary
ADP and Datadog Agent support an intersection of datadog.yaml config
options but ADP has distinct configuration from Datadog Agent and vice
versa. Some of that is temporary, some is a permanent state. This PR
adapts the config generator to produce intersection datadog.yaml instances.
Change Type
How did you test this PR?
References