mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
filter out healthz
This commit is contained in:
parent
af0e7d178b
commit
66550ccef3
1 changed files with 10 additions and 5 deletions
|
|
@ -6,19 +6,24 @@ receivers:
|
|||
http:
|
||||
endpoint: 0.0.0.0:4318
|
||||
|
||||
processors:
|
||||
filter:
|
||||
include:
|
||||
attributes:
|
||||
http.url: '*/healthz'
|
||||
drop: true
|
||||
batch:
|
||||
timeout: 5s
|
||||
|
||||
exporters:
|
||||
otlphttp:
|
||||
endpoint: "https://logfire-api.pydantic.dev"
|
||||
headers:
|
||||
Authorization: "${LOGFIRE_API_KEY}"
|
||||
|
||||
processors:
|
||||
batch:
|
||||
timeout: 5s
|
||||
|
||||
service:
|
||||
pipelines:
|
||||
traces:
|
||||
receivers: [otlp]
|
||||
processors: [batch]
|
||||
processors: [filter, batch]
|
||||
exporters: [otlphttp]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue