Skip to content

Commit

Permalink
Remove debug OTLP exporter from opentelemetry collector
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnicegyu11 committed Oct 28, 2024
1 parent 789b948 commit fda4dca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions services/jaeger/opentelemetry-collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ receivers:
exporters:
otlphttp:
endpoint: ${TRACING_OPENTELEMETRY_COLLECTOR_EXPORTER_ENDPOINT} # Adjust to your Jaeger endpoint
debug:
verbosity: detailed
service:
pipelines:
traces:
receivers: [otlp]
exporters: [otlphttp,debug]
exporters: [otlphttp]
processors: [batch,probabilistic_sampler]
telemetry:
logs:
Expand Down

0 comments on commit fda4dca

Please sign in to comment.