File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 104
104
//!
105
105
//! [`with_endpoint`]: exporter::config::collector::CollectorPipeline::with_endpoint
106
106
//!
107
- //! ```no_run
107
+ //! ```ignore
108
108
//! // Note that this requires the `collector_client` feature.
109
109
//! // We enabled the `isahc_collector_client` feature for a default isahc http client.
110
110
//! // You can also provide your own implementation via .with_http_client() method.
117
117
//! // optionally set username and password for authentication of the exporter.
118
118
//! .with_username("username")
119
119
//! .with_password("s3cr3t")
120
+ //! .with_isahc()
120
121
//! //.with_http_client(<your client>) provide custom http client implementation
121
122
//! .install_batch(opentelemetry::runtime::Tokio)?;
122
123
//!
You can’t perform that action at this time.
0 commit comments