Skip to content

Commit 0084887

Browse files
committed
fix: fix wrong local_root_span_id attr name in otel process ctx
1 parent 8cd66b3 commit 0084887

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libdd-library-config/src/tracer_metadata.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ impl TracerMetadata {
141141
value: Some(any_value::Value::ArrayValue(ArrayValue {
142142
values: std::iter::once(AnyValue {
143143
value: Some(any_value::Value::StringValue(
144-
"datadog.root_span_id".to_owned(),
144+
"datadog.local_root_span_id".to_owned(),
145145
)),
146146
})
147147
.chain(threadlocal_attribute_keys.iter().map(|k| AnyValue {

0 commit comments

Comments
 (0)