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
- CollectorPipeline config and build a exporter targeting a jaeger collector using HTTP protocol.
Functions
- new_collector_pipeline
collector_client
Start a new pipeline to configure a exporter that target a jaeger collector. - new_wasm_collector_pipeline
wasm_collector_client
Similar tonew_collector_pipeline
but the exporter is configured to run with wasm.