Module opentelemetry_jaeger::config
source · [−]Expand description
Configurations to build a jaeger exporter.
The jaeger exporter can send spans to jaeger agent or jaeger collector. The agent is usually deployed along with the application like a sidecar. The collector is usually deployed a stand alone application and receive spans from multiple sources. The exporter will use UDP to send spans to agents and use HTTP/TCP to send spans to collectors. See jaeger deployment guide for more details.
Modules
Config a exporter that sends the spans to a jaeger agent.
collector
collector_client
or wasm_collector_client
Config a exporter that bypass the agent and send spans directly to jaeger collector.