chore: update libdatadog revision to 27aa92cfeeca073d8730a8b4974bd3fdef7ddf3a#123
Merged
duncanpharvey merged 3 commits intomainfrom Apr 23, 2026
Conversation
Lewis-E
approved these changes
Apr 23, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the libdatadog git revision to pick up the upstream fix for handling an empty Datadog-Client-Computed-Stats header (so agent-computed stats are not incorrectly disabled), and refreshes the lockfile accordingly.
Changes:
- Bump all libdatadog git dependencies to
27aa92cfeeca073d8730a8b4974bd3fdef7ddf3a. - Switch
DefaultHttpClientimport in the trace agent stats flusher tolibdd-capabilities-impl. - Update
rustls-webpkito0.103.13inCargo.lock(audit fix).
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| crates/datadog-trace-agent/src/stats_flusher.rs | Updates the DefaultHttpClient import to the new libdatadog location. |
| crates/datadog-trace-agent/Cargo.toml | Bumps libdatadog revisions and adds libdd-capabilities-impl dependency. |
| crates/datadog-serverless-compat/Cargo.toml | Bumps libdd-trace-utils libdatadog revision. |
| crates/datadog-agent-config/Cargo.toml | Bumps libdd-trace-obfuscation and libdd-trace-utils libdatadog revisions. |
| Cargo.lock | Locks new libdatadog revisions, adds libdd-capabilities-impl entry, and bumps rustls-webpki. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Update libdatadog revision to
27aa92cfeeca073d8730a8b4974bd3fdef7ddf3a.Motivation
We want to support agent computed stats in the Serverless Compatibility Layer. Currently when the
Datadog-Client-Computed-Statsheader is sent it always disables agent computed stats, even when the value of the header is an empty string.DataDog/libdatadog#1900
https://datadoghq.atlassian.net/browse/SVLS-8789
Additional Notes
Bumped
rustls-webpkito0.103.13to fix failingcargo auditcheck.Describe how to test/QA your changes
Added a debug log in a test build:
Before change with
DD_TRACE_STATS_COMPUTATION_ENABLED=falseAfter change with
DD_TRACE_STATS_COMPUTATION_ENABLED=false