open_telemetry_collector¶
🗣 EXPERIMENTAL This component is experimental and, therefore, subject to change or removal outside of major version releases.
Send tracing events to an Open Telemetry collector.
YAML Configurations¶
Common Config¶
Advanced Config¶
# All config fields, showing default values
tracer:
open_telemetry_collector:
http: []
grpc: []
tags: {}
Fields¶
http
¶
A list of http collectors.
Type:Â array
http[].url
¶
The URL of a collector to send tracing events to.
Type:Â string
Default:Â "localhost:4318"
grpc
¶
A list of grpc collectors.
Type:Â array
grpc[].url
¶
The URL of a collector to send tracing events to.
Type:Â string
Default:Â "localhost:4317"
tags
¶
A map of tags to add to all tracing spans.
Type:Â object
Default:Â {}