This commit is contained in:
Adil Hafeez 2024-12-06 16:47:30 -08:00
parent 66550ccef3
commit aaee5761ea
3 changed files with 4 additions and 4 deletions

View file

@ -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]