Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
noyoshi committed Aug 10, 2024
1 parent 1cdbff9 commit b8da536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ fn init_logging(otlp_endpoint: Option<String>, json_output: bool) {

if let Ok(tracer) = tracer {
layers.push(tracing_opentelemetry::layer().with_tracer(tracer).boxed());
init_tracing_opentelemetry::init_propagator().unwrap();
axum_tracing_opentelemetry::init_propagator().unwrap();
};
}

Expand Down

0 comments on commit b8da536

Please sign in to comment.