Module opentelemetry_jaeger::config::collector
source · Available on crate features
collector_client
or wasm_collector_client
only.Expand description
Config a exporter that bypass the agent and send spans directly to jaeger collector.
Structs§
- CollectorPipelineDeprecatedCollectorPipeline config and build a exporter targeting a jaeger collector using HTTP protocol.
Functions§
- Start a new pipeline to configure a exporter that target a jaeger collector.
- Similar to
new_collector_pipeline
but the exporter is configured to run with wasm.