chore: update libdatadog rev to 8c88979985154d6d97c0fc2ca9039682981eacad#107
Merged
duncanpharvey merged 2 commits intomainfrom Mar 27, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates this workspace’s libdatadog git dependencies to commit 8c88979985154d6d97c0fc2ca9039682981eacad, and adjusts the trace-agent code to the libdd_common::hyper_migration → libdd_common::http_common rename.
Changes:
- Bump
libdd-*git dependency revs across affected crates. - Replace
hyper_migrationrequest/response/body/client builder usages withhttp_commonin trace-agent source and tests. - Refresh
Cargo.lockand third-party license inventory for newly introduced transitive crates.
Reviewed changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| crates/datadog-trace-agent/tests/common/mocks.rs | Update mock processors to use http_common request/response/body types. |
| crates/datadog-trace-agent/tests/common/mock_server.rs | Update mock server response body type to http_common::Body. |
| crates/datadog-trace-agent/tests/common/helpers.rs | Update test request builders to use http_common::Body. |
| crates/datadog-trace-agent/src/trace_processor.rs | Switch TraceProcessor API and tests to http_common types. |
| crates/datadog-trace-agent/src/trace_flusher.rs | Use http_common::client_builder() when constructing the HTTP client. |
| crates/datadog-trace-agent/src/stats_processor.rs | Switch StatsProcessor API to http_common request/response types. |
| crates/datadog-trace-agent/src/mini_agent.rs | Update request mapping and service response body type to http_common::Body. |
| crates/datadog-trace-agent/src/http_utils.rs | Update response helpers and tests to return/build http_common responses/bodies. |
| crates/datadog-trace-agent/src/env_verifier.rs | Update metadata client and body parsing to http_common client/response/body helpers. |
| crates/datadog-trace-agent/Cargo.toml | Bump libdd-* git rev to 8c8897…. |
| crates/datadog-serverless-compat/Cargo.toml | Bump libdd-trace-utils git rev to 8c8897…. |
| crates/datadog-agent-config/Cargo.toml | Bump libdd-trace-utils/libdd-trace-obfuscation git rev to 8c8897…. |
| LICENSE-3rdparty.csv | Add newly pulled transitive crates to the third-party license list. |
| Cargo.lock | Lock updated for new libdatadog rev and resulting dependency graph changes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Lewis-E
approved these changes
Mar 27, 2026
duncanista
approved these changes
Mar 27, 2026
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 to DataDog/libdatadog@8c88979.
Motivation
Get most recent features and bug fixes from libdatadog.
Additional Notes
libdd_common::hyper_migrationrenamed tolibdd_common::http_common.Describe how to test/QA your changes
Deployed to Azure Function.