We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd66b3 commit 0084887Copy full SHA for 0084887
1 file changed
libdd-library-config/src/tracer_metadata.rs
@@ -141,7 +141,7 @@ impl TracerMetadata {
141
value: Some(any_value::Value::ArrayValue(ArrayValue {
142
values: std::iter::once(AnyValue {
143
value: Some(any_value::Value::StringValue(
144
- "datadog.root_span_id".to_owned(),
+ "datadog.local_root_span_id".to_owned(),
145
)),
146
})
147
.chain(threadlocal_attribute_keys.iter().map(|k| AnyValue {
0 commit comments