Skip to content

Commit 3409263

Browse files
authored
chore: Upgrade libdatadog and construct http client for traces (#917)
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
1 parent 5dedfa1 commit 3409263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub mod trace_propagation_style;
1111
pub mod yaml;
1212

1313
use datadog_trace_obfuscation::replacer::ReplaceRule;
14-
use datadog_trace_utils::config_utils::{trace_intake_url, trace_intake_url_prefixed};
14+
use libdd_trace_utils::config_utils::{trace_intake_url, trace_intake_url_prefixed};
1515

1616
use serde::{Deserialize, Deserializer};
1717
use serde_aux::prelude::deserialize_bool_from_anything;

0 commit comments

Comments
 (0)