component_type_dropdown::[]
Send tracing events to an Open Telemetry collector.
- Common
-
# Common config fields, showing default values tracer: open_telemetry_collector: http: [] # No default (required) grpc: [] # No default (required) sampling: enabled: false ratio: 0.85 # No default (optional)
- Advanced
-
# All config fields, showing default values tracer: open_telemetry_collector: http: [] # No default (required) grpc: [] # No default (required) tags: {} sampling: enabled: false ratio: 0.85 # No default (optional)
The endpoint of a collector to send tracing events to.
Type: string
# Examples
address: localhost:4318
The endpoint of a collector to send tracing events to.
Type: string
# Examples
address: localhost:4317
Settings for trace sampling. Sampling is recommended for high-volume production workloads.
Type: object
Requires version 4.25.0 or newer