Skip to content

Commit c40f314

Browse files
committed
fix: fix wrong local_root_span_id attr name in otel process ctx
1 parent af3a146 commit c40f314

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
@@ -134,7 +134,7 @@ impl TracerMetadata {
134134
value: Some(any_value::Value::ArrayValue(ArrayValue {
135135
values: std::iter::once(AnyValue {
136136
value: Some(any_value::Value::StringValue(
137-
"datadog.root_span_id".to_owned(),
137+
"datadog.local_root_span_id".to_owned(),
138138
)),
139139
})
140140
.chain(threadlocal_attribute_keys.iter().map(|k| AnyValue {

0 commit comments

Comments
 (0)