Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
23Skidoo committed Jul 22, 2024
1 parent 6f7d3ab commit cd14387
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/telemetry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ pub fn configure<T>(config: &SubscriberConfig<T>) -> Tracer {
global::set_tracer_provider(tracer_provider.clone());

tracer_provider
.tracer_builder("prima-tracing")
.with_version(env!("CARGO_PKG_VERSION"))
.tracer_builder(telemetry.service_name.clone())
.build()
}

Expand Down

0 comments on commit cd14387

Please sign in to comment.