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.
- Common
- Advanced
# Common config fields, showing default values
tracer:
open_telemetry_collector:
http: [] # No default (required)
grpc: [] # No default (required)
# All config fields, showing default values
tracer:
open_telemetry_collector:
http: [] # No default (required)
grpc: [] # No default (required)
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"
http[].secure
Connect to the collector over HTTPS
Type: bool
Default: false
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"
grpc[].secure
Connect to the collector with client transport security
Type: bool
Default: false
tags
A map of tags to add to all tracing spans.
Type: object
Default: {}