We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd256d commit 5ba391dCopy full SHA for 5ba391d
opentelemetry-jaeger/src/lib.rs
@@ -104,7 +104,7 @@
104
//!
105
//! [`with_endpoint`]: exporter::config::collector::CollectorPipeline::with_endpoint
106
107
-//! ```no_run
+//! ```ignore
108
//! // Note that this requires the `collector_client` feature.
109
//! // We enabled the `isahc_collector_client` feature for a default isahc http client.
110
//! // You can also provide your own implementation via .with_http_client() method.
@@ -117,6 +117,7 @@
117
//! // optionally set username and password for authentication of the exporter.
118
//! .with_username("username")
119
//! .with_password("s3cr3t")
120
+//! .with_isahc()
121
//! //.with_http_client(<your client>) provide custom http client implementation
122
//! .install_batch(opentelemetry::runtime::Tokio)?;
123
0 commit comments