Connect
open_telemetry_collector
Send tracing events to an Open Telemetry collector.
-
Common
-
Advanced
tracers:
open_telemetry_collector:
service: benthos
http: [] # No default (required)
grpc: [] # No default (required)
sampling:
enabled: false
ratio: "" # No default (optional)
tracers:
open_telemetry_collector:
service: benthos
http: [] # No default (required)
grpc: [] # No default (required)
tags: {}
sampling:
enabled: false
ratio: "" # No default (optional)
Fields
grpc[].address
The endpoint of a collector to send events to.
Type: string
# Examples:
address: localhost:4317
http[].address
The endpoint of a collector to send events to.
Type: string
# Examples:
address: localhost:4318
sampling
Settings for trace sampling. Sampling is recommended for high-volume production workloads.
Requires version 4.25.0 or later.
Type: object
Was this helpful?