We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03926a commit 6d07ff0Copy full SHA for 6d07ff0
opentelemetry-jaeger/src/lib.rs
@@ -97,7 +97,7 @@
97
//! // optionally set username and password as well.
98
//! .with_collector_username("username")
99
//! .with_collector_password("s3cr3t")
100
-//! .install_simple()?;
+//! .install_batch(opentelemetry::runtime::Tokio)?;
101
//!
102
//! tracer.in_span("doing_work", |cx| {
103
//! // Traced app logic here...
0 commit comments