Skip to content

Commit

Permalink
Merge branch 'master' into e2e/add-additional-ci-frontend-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matusdrobuliak66 authored Nov 20, 2024
2 parents db6a7ed + 793318d commit 7566445
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion services/opentelemetry-collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,16 @@ service:
traces:
receivers: [otlp]
exporters: [otlphttp]
processors: [batch,probabilistic_sampler]
processors: [batch,probabilistic_sampler,filter/drop_healthcheck]
processors:
batch:
timeout: 5s
send_batch_size: ${TRACING_OPENTELEMETRY_COLLECTOR_BATCH_SIZE}
probabilistic_sampler:
sampling_percentage: ${TRACING_OPENTELEMETRY_COLLECTOR_SAMPLING_PERCENTAGE}
filter/drop_healthcheck:
error_mode: ignore
traces:
span:
- attributes["http.route"] == "healthcheck_readiness_probe"
- attributes["db.statement"] == "PING" and attributes["db.system"] == "redis"

0 comments on commit 7566445

Please sign in to comment.