Skip to content

Commit 80c2ba0

Browse files
committed
Fix docs reference to with_reqwest_blocking()
1 parent dbda000 commit 80c2ba0

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-jaeger/src/exporter/config/collector

1 file changed

+1
-1
lines changed

opentelemetry-jaeger/src/exporter/config/collector/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const ENV_PASSWORD: &str = "OTEL_EXPORTER_JAEGER_PASSWORD";
6767
/// - [hyper], requires `hyper_collector_client` feature enabled, use [`with_hyper`][CollectorPipeline::with_hyper] function to setup.
6868
/// - [isahc], requires `isahc_collector_client` feature enabled, use [`with_isahc`][CollectorPipeline::with_isahc] function to setup.
6969
/// - [reqwest], requires `reqwest_collector_client` feature enabled, use [`with_reqwest`][CollectorPipeline::with_reqwest] function to setup.
70-
/// - [reqwest blocking client], requires `reqwest_blocking_collector_client` feature enabled, use [`with_reqwest_blocking`][CollectorPipeline::with_surf] function to setup.
70+
/// - [reqwest blocking client], requires `reqwest_blocking_collector_client` feature enabled, use [`with_reqwest_blocking`][CollectorPipeline::with_reqwest_blocking] function to setup.
7171
///
7272
/// Additionally you can enable https
7373
///

0 commit comments

Comments
 (0)