mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Drop healthcheck traces
This commit is contained in:
@@ -31,7 +31,7 @@ locals {
|
||||
},
|
||||
{
|
||||
name = "OTLP_ENDPOINT",
|
||||
value = "http://127.0.0.1:4318"
|
||||
value = "http://localhost:4318"
|
||||
},
|
||||
{
|
||||
name = "OTEL_RESOURCE_ATTRIBUTES"
|
||||
|
||||
@@ -27,19 +27,24 @@ write_files:
|
||||
resourcedetection:
|
||||
detectors: [gcp]
|
||||
timeout: 10s
|
||||
filter/drophttp:
|
||||
error_mode: ignore
|
||||
traces:
|
||||
span:
|
||||
- 'attributes["http.target"] == "/healthz"'
|
||||
service:
|
||||
pipelines:
|
||||
traces:
|
||||
receivers: [otlp]
|
||||
processors: [memory_limiter, batch]
|
||||
processors: [memory_limiter, filter/drophttp, batch]
|
||||
exporters: [googlecloud]
|
||||
metrics:
|
||||
receivers: [otlp]
|
||||
processors: [memory_limiter, batch]
|
||||
processors: [memory_limiter, filter/drophttp, batch]
|
||||
exporters: [googlecloud]
|
||||
logs:
|
||||
receivers: [otlp]
|
||||
processors: [memory_limiter, batch]
|
||||
processors: [memory_limiter, filter/drophttp, batch]
|
||||
exporters: [googlecloud]
|
||||
|
||||
- path: /etc/systemd/system/otel-collector.service
|
||||
|
||||
Reference in New Issue
Block a user