Skip to content

Commit aa14bf7

Browse files
authored
feat: remove Resource reporting from Zipkin tags (#389)
1 parent f5b1900 commit aa14bf7

File tree

1 file changed

+0
-6
lines changed
  • opentelemetry-zipkin/src/exporter/model

1 file changed

+0
-6
lines changed

opentelemetry-zipkin/src/exporter/model/mod.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,6 @@ pub(crate) fn into_zipkin_span(local_endpoint: Endpoint, span_data: trace::SpanD
6969
}
7070
KeyValue::new(k, v)
7171
})
72-
.chain(
73-
span_data
74-
.resource
75-
.iter()
76-
.map(|(k, v)| KeyValue::new(k.clone(), v.clone())),
77-
)
7872
.chain(
7973
[
8074
(

0 commit comments

Comments
 (0)