Skip to content

Commit 789b948

Browse files
authored
Fix: Actually use opentelemetry processors (#857)
* wip * Add csi-s3 and have portainer use it * Change request @Hrytsuk 1GB max portainer volume size * Fix Bug: Use specified opentelemetry processors --------- Co-authored-by: Dustin Kaiser <[email protected]>
1 parent 7b425be commit 789b948

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/jaeger/opentelemetry-collector-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ service:
1515
traces:
1616
receivers: [otlp]
1717
exporters: [otlphttp,debug]
18+
processors: [batch,probabilistic_sampler]
1819
telemetry:
1920
logs:
2021
level: ${TRACING_OPENTELEMETRY_COLLECTOR_SERVICE_TELEMETRY_LOG_LEVEL}

0 commit comments

Comments
 (0)