chore(ci): update Datadog Agent version to 7.81.0 - #2040
Conversation
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 953186076e
ℹ️ 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".
| @@ -1 +1 @@ | |||
| 7.80.4 | |||
| 7.81.0 | |||
There was a problem hiding this comment.
Disable V3 metrics for the Agent lane
With this bump, the Agent 7.81.0 release makes metrics use the V3 intake by default. The differential Antithesis Agent lane is built from this project-wide version, but its generated datadog.yaml only sets use_v2_api_series: true, while test/antithesis/intake/src/http/datadog.rs only registers POST /api/v2/series. In that scenario the Agent sends series to /api/intake/metrics/v3/series, which the intake does not route, so the Agent context set stays empty and the differential experiment fails unless this bump also disables use_v3_api.series.enabled for that config or adds V3 route support.
Useful? React with 👍 / 👎.
Binary Size Analysis (Agent Data Plane)Baseline: 8d55f20 · Comparison: 9531860 · 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 ( |
Summary
This PR updates the Datadog Agent version used for builds and testing to 7.81.0.
Details of change
This PR was automatically generated by the Update Datadog Agent Version workflow.
Change Type