Skip to content

Commit

Permalink
Go back to &self.service_name
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Holbrook committed Dec 21, 2021
1 parent 4a6d433 commit 75c62b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-distributed/src/telemetry_layer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ where
parent_id: Some(self.trace_ctx_registry.promote_span_id(parent_id)),
initialized_at,
meta: event.metadata(),
service_name: self.service_name,
service_name: &self.service_name,
values: visitor,
};

Expand Down

0 comments on commit 75c62b5

Please sign in to comment.