Skip to content

Commit 0c9732d

Browse files
Copilotlalitb
andcommitted
Fix opentelemetry-datadog SpanData structure for v0.31.0
Co-authored-by: lalitb <1196320+lalitb@users.noreply.github.com>
1 parent 0ba0507 commit 0c9732d

File tree

1 file changed

+1
-0
lines changed
  • opentelemetry-datadog/src/exporter/model

1 file changed

+1
-0
lines changed

opentelemetry-datadog/src/exporter/model/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ pub(crate) mod tests {
233233
trace::SpanData {
234234
span_context,
235235
parent_span_id: SpanId::from(parent_span_id),
236+
parent_span_is_remote: false,
236237
span_kind: SpanKind::Client,
237238
name: "resource".into(),
238239
start_time,

0 commit comments

Comments
 (0)