Skip to content

Commit 7566445

Browse files
Merge branch 'master' into e2e/add-additional-ci-frontend-tests
2 parents db6a7ed + 793318d commit 7566445

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

services/opentelemetry-collector-config.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,16 @@ service:
1313
traces:
1414
receivers: [otlp]
1515
exporters: [otlphttp]
16-
processors: [batch,probabilistic_sampler]
16+
processors: [batch,probabilistic_sampler,filter/drop_healthcheck]
1717
processors:
1818
batch:
1919
timeout: 5s
2020
send_batch_size: ${TRACING_OPENTELEMETRY_COLLECTOR_BATCH_SIZE}
2121
probabilistic_sampler:
2222
sampling_percentage: ${TRACING_OPENTELEMETRY_COLLECTOR_SAMPLING_PERCENTAGE}
23+
filter/drop_healthcheck:
24+
error_mode: ignore
25+
traces:
26+
span:
27+
- attributes["http.route"] == "healthcheck_readiness_probe"
28+
- attributes["db.statement"] == "PING" and attributes["db.system"] == "redis"

0 commit comments

Comments
 (0)