We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3a146 commit c40f314Copy full SHA for c40f314
1 file changed
libdd-library-config/src/tracer_metadata.rs
@@ -134,7 +134,7 @@ impl TracerMetadata {
134
value: Some(any_value::Value::ArrayValue(ArrayValue {
135
values: std::iter::once(AnyValue {
136
value: Some(any_value::Value::StringValue(
137
- "datadog.root_span_id".to_owned(),
+ "datadog.local_root_span_id".to_owned(),
138
)),
139
})
140
.chain(threadlocal_attribute_keys.iter().map(|k| AnyValue {
0 commit comments