We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba0507 commit 0c9732dCopy full SHA for 0c9732d
opentelemetry-datadog/src/exporter/model/mod.rs
@@ -233,6 +233,7 @@ pub(crate) mod tests {
233
trace::SpanData {
234
span_context,
235
parent_span_id: SpanId::from(parent_span_id),
236
+ parent_span_is_remote: false,
237
span_kind: SpanKind::Client,
238
name: "resource".into(),
239
start_time,
0 commit comments