diff --git a/crates/block-producer/src/trace.rs b/crates/block-producer/src/trace.rs index 1eef1904d..29367d429 100644 --- a/crates/block-producer/src/trace.rs +++ b/crates/block-producer/src/trace.rs @@ -38,6 +38,7 @@ pub fn init(trace: Option) -> Result { let jaeger_layer = { let tracer = opentelemetry_jaeger::new_pipeline() .with_service_name("godwoken") + .with_auto_split_batch(true) .install_batch(opentelemetry::runtime::Tokio)?; tracing_opentelemetry::layer().with_tracer(tracer) };