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 104104//!
105105//! [`with_endpoint`]: exporter::config::collector::CollectorPipeline::with_endpoint
106106//!
107- //! ```no_run
107+ //! ```ignore
108108//! // Note that this requires the `collector_client` feature.
109109//! // We enabled the `isahc_collector_client` feature for a default isahc http client.
110110//! // You can also provide your own implementation via .with_http_client() method.
117117//! // optionally set username and password for authentication of the exporter.
118118//! .with_username("username")
119119//! .with_password("s3cr3t")
120+ //! .with_isahc()
120121//! //.with_http_client(<your client>) provide custom http client implementation
121122//! .install_batch(opentelemetry::runtime::Tokio)?;
122123//!
You can’t perform that action at this time.
0 commit comments