Skip to content

Commit fda4dca

Browse files
committed
Remove debug OTLP exporter from opentelemetry collector
1 parent 789b948 commit fda4dca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

services/jaeger/opentelemetry-collector-config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ receivers:
88
exporters:
99
otlphttp:
1010
endpoint: ${TRACING_OPENTELEMETRY_COLLECTOR_EXPORTER_ENDPOINT} # Adjust to your Jaeger endpoint
11-
debug:
12-
verbosity: detailed
1311
service:
1412
pipelines:
1513
traces:
1614
receivers: [otlp]
17-
exporters: [otlphttp,debug]
15+
exporters: [otlphttp]
1816
processors: [batch,probabilistic_sampler]
1917
telemetry:
2018
logs:

0 commit comments

Comments
 (0)