Skip to content

Commit

Permalink
fix: jaeger collector only works in batch mode (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzh committed Jan 18, 2022
1 parent d03926a commit 6d07ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-jaeger/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
//! // optionally set username and password as well.
//! .with_collector_username("username")
//! .with_collector_password("s3cr3t")
//! .install_simple()?;
//! .install_batch(opentelemetry::runtime::Tokio)?;
//!
//! tracer.in_span("doing_work", |cx| {
//! // Traced app logic here...
Expand Down

0 comments on commit 6d07ff0

Please sign in to comment.