Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

fix(otel-collector-config): Jaeger is not a valid exporter for t… #87

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions otel-collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ receivers:
exporters:
logging:
verbosity: Detailed
jaeger:
otlp:
endpoint: jaeger-all-in-one:14250
tls:
insecure: true
Expand All @@ -21,5 +21,5 @@ service:
pipelines:
traces:
receivers: [otlp]
exporters: [logging, jaeger]
exporters: [logging, otlp]
processors: [batch]