mirror of
https://github.com/katanemo/plano.git
synced 2026-05-01 20:03:40 +02:00
25 lines
399 B
YAML
25 lines
399 B
YAML
|
|
receivers:
|
||
|
|
otlp:
|
||
|
|
protocols:
|
||
|
|
grpc:
|
||
|
|
endpoint: 0.0.0.0:4317
|
||
|
|
http:
|
||
|
|
endpoint: 0.0.0.0:4318
|
||
|
|
|
||
|
|
exporters:
|
||
|
|
otlphttp:
|
||
|
|
endpoint: "https://logfire-api.pydantic.dev"
|
||
|
|
headers:
|
||
|
|
Authorization: "${LOGFIRE_API_KEY}"
|
||
|
|
|
||
|
|
processors:
|
||
|
|
batch:
|
||
|
|
timeout: 5s
|
||
|
|
|
||
|
|
service:
|
||
|
|
pipelines:
|
||
|
|
traces:
|
||
|
|
receivers: [otlp]
|
||
|
|
processors: [batch]
|
||
|
|
exporters: [otlphttp]
|