We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789b948 commit fda4dcaCopy full SHA for fda4dca
services/jaeger/opentelemetry-collector-config.yaml
@@ -8,13 +8,11 @@ receivers:
8
exporters:
9
otlphttp:
10
endpoint: ${TRACING_OPENTELEMETRY_COLLECTOR_EXPORTER_ENDPOINT} # Adjust to your Jaeger endpoint
11
- debug:
12
- verbosity: detailed
13
service:
14
pipelines:
15
traces:
16
receivers: [otlp]
17
- exporters: [otlphttp,debug]
+ exporters: [otlphttp]
18
processors: [batch,probabilistic_sampler]
19
telemetry:
20
logs:
0 commit comments