Skip to content

Commit

Permalink
Propagate Resource from Span to proto (Tonic) (#386) (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdingram committed Dec 18, 2020
1 parent 41fdac6 commit 4390213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-otlp/src/transform/traces.rs
Expand Up @@ -16,7 +16,7 @@ use crate::proto::grpcio::trace::{
};

use crate::transform::common::{to_nanos, Attributes};
use opentelemetry::sdk::{export::trace::SpanData, self};
use opentelemetry::sdk::{self, export::trace::SpanData};
use opentelemetry::trace::{Link, SpanKind, StatusCode};

#[cfg(all(feature = "grpc-sys", not(feature = "tonic")))]
Expand Down

0 comments on commit 4390213

Please sign in to comment.