Skip to content

Conversation

@lym953
Copy link
Contributor

@lym953 lym953 commented Nov 7, 2025

Upgrade libdatadog. Including:

  • Rename a few creates:
    • ddcommon -> libdd-common
    • datadog-trace-protobuf -> libdd-trace-protobuf
    • datadog-trace-utils -> libdd-trace-utils
    • datadog-trace-normalization -> libdd-trace-normalization
    • datadog-trace-stats -> libdd-trace-stats
  • Use the new API to send traces, which takes in an http_client object instead of proxy url string

GitHub issue: #860
Jira: https://datadoghq.atlassian.net/browse/SLES-2499
Slack discussion: https://dd.slack.com/archives/C01TCF143GB/p1762526199549409

proxy,
)
.unwrap();
Ok(hyper_migration::client_builder().build(proxy_connector))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

build() doesn't take in proxy_connector. How should I fix it?

@lym953 lym953 force-pushed the yiming.luo/upgrade-libdd branch from afba974 to 84b22f2 Compare November 13, 2025 18:31
@lym953 lym953 marked this pull request as ready for review November 13, 2025 18:40
@lym953 lym953 requested a review from a team as a code owner November 13, 2025 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants