mirror of
https://github.com/katanemo/plano.git
synced 2026-06-29 15:49:40 +02:00
pending
This commit is contained in:
parent
66550ccef3
commit
aaee5761ea
3 changed files with 4 additions and 4 deletions
|
|
@ -19,11 +19,11 @@ exporters:
|
|||
otlphttp:
|
||||
endpoint: "https://logfire-api.pydantic.dev"
|
||||
headers:
|
||||
Authorization: "${LOGFIRE_API_KEY}"
|
||||
Authorization: "Bearer ${LOGFIRE_API_KEY}"
|
||||
|
||||
service:
|
||||
pipelines:
|
||||
traces:
|
||||
receivers: [otlp]
|
||||
processors: [filter, batch]
|
||||
processors: [batch]
|
||||
exporters: [otlphttp]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue