Skip to content

Commit

Permalink
Merge pull request #6497 from sandflee/jaeger_error
Browse files Browse the repository at this point in the history
fix(jaeger):  split package to send big package to jaeger
  • Loading branch information
BohuTANG authored Jul 6, 2022
2 parents e890abe + 395f49d commit fa14a93
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 fa14a93

Please sign in to comment.