Function opentelemetry_jaeger::config::collector::new_collector_pipeline
source ยท pub fn new_collector_pipeline() -> CollectorPipeline
๐Deprecated since 0.21.0: Please migrate to opentelemetry-otlp exporter.
Available on (crate features
collector_client
or wasm_collector_client
) and crate feature collector_client
only.Expand description
Start a new pipeline to configure a exporter that target a jaeger collector.
See details for each configurations at CollectorPipeline
.
Deprecation Notice: Ingestion of OTLP is now supported in Jaeger please check crates.io for more details.