mirror of
https://github.com/katanemo/plano.git
synced 2026-04-28 10:26:36 +02:00
24 lines
386 B
YAML
24 lines
386 B
YAML
receivers:
|
|
otlp:
|
|
protocols:
|
|
grpc:
|
|
endpoint: 0.0.0.0:4317
|
|
http:
|
|
endpoint: 0.0.0.0:4318
|
|
|
|
exporters:
|
|
otlp:
|
|
endpoint: "api.honeycomb.io:443"
|
|
headers:
|
|
"x-honeycomb-team": "${HONEYCOMB_API_KEY}"
|
|
|
|
processors:
|
|
batch:
|
|
timeout: 5s
|
|
|
|
service:
|
|
pipelines:
|
|
traces:
|
|
receivers: [otlp]
|
|
processors: [batch]
|
|
exporters: [otlp]
|