Skip to content

Commit

Permalink
remove target conv
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed Jun 18, 2024
1 parent 4c9acdf commit 3c933ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opentelemetry-proto/src/transform/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ pub mod tonic {
let (library, target) = data;
InstrumentationScope {
name: target
.map(|t| t.replace("::", "."))
.unwrap_or_else(|| library.name.into_owned()),
version: library.version.map(Cow::into_owned).unwrap_or_default(),
attributes: Attributes::from(library.attributes).0,
Expand Down

0 comments on commit 3c933ad

Please sign in to comment.