Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jtescher committed Dec 17, 2020
2 parents be3cf8c + aa14bf7 commit 8ad8455
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions opentelemetry-zipkin/src/exporter/model/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@ pub(crate) fn into_zipkin_span(local_endpoint: Endpoint, span_data: trace::SpanD
}
KeyValue::new(k, v)
})
.chain(
span_data
.resource
.iter()
.map(|(k, v)| KeyValue::new(k.clone(), v.clone())),
)
.chain(
[
(
Expand Down

0 comments on commit 8ad8455

Please sign in to comment.