Skip to content

Commit

Permalink
Merge of #6497
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jul 6, 2022
2 parents e890abe + 395f49d commit 2b4eb88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/tracing/src/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ pub fn init_global_tracing(
let tracer = opentelemetry_jaeger::new_pipeline()
.with_service_name(app_name)
.with_agent_endpoint(jaeger_agent_endpoint)
.with_auto_split_batch(true)
.install_batch(opentelemetry::runtime::Tokio)
.expect("install");

Expand Down

0 comments on commit 2b4eb88

Please sign in to comment.