Skip to content

Commit 6d07ff0

Browse files
authored
fix: jaeger collector only works in batch mode (#706)
1 parent d03926a commit 6d07ff0

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-jaeger/src

1 file changed

+1
-1
lines changed

opentelemetry-jaeger/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
//! // optionally set username and password as well.
9898
//! .with_collector_username("username")
9999
//! .with_collector_password("s3cr3t")
100-
//! .install_simple()?;
100+
//! .install_batch(opentelemetry::runtime::Tokio)?;
101101
//!
102102
//! tracer.in_span("doing_work", |cx| {
103103
//! // Traced app logic here...

0 commit comments

Comments
 (0)