Skip to content

Commit 84cadbf

Browse files
committed
Fix conflicts
1 parent 7621515 commit 84cadbf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

bottlecap/src/traces/trace_agent.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@ use crate::{
2929
tags::provider,
3030
traces::{
3131
proxy_aggregator::{self, ProxyRequest},
32-
stats_aggregator, stats_processor, trace_aggregator, trace_processor,
33-
INVOCATION_SPAN_RESOURCE,
32+
stats_aggregator, stats_processor,
33+
trace_aggregator::{self, SendDataBuilderInfo},
34+
trace_processor, INVOCATION_SPAN_RESOURCE,
3435
},
35-
stats_aggregator, stats_processor, trace_aggregator::{self, SendDataBuilderInfo},
36-
trace_processor, INVOCATION_SPAN_RESOURCE,
3736
};
3837
use datadog_trace_protobuf::pb;
3938
use datadog_trace_utils::trace_utils::{self};

0 commit comments

Comments
 (0)