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 e9a56d0 commit 1fe1f35Copy full SHA for 1fe1f35
src/otel/traces.rs
@@ -130,7 +130,7 @@ pub fn flatten_otel_traces(message: &TracesData) -> Vec<Value> {
130
}
131
132
// Add the `other_attributes` to the resource span json
133
- merge_attributes_in_json(other_attributes.clone(), &mut vec_resource_spans_json);
+ merge_attributes_in_json(other_attributes, &mut vec_resource_spans_json);
134
vec_otel_json.extend(vec_resource_spans_json);
135
136
0 commit comments