Skip to content

Commit

Permalink
fix(examples): adapt jaeger service port number for OTel exporter (ke…
Browse files Browse the repository at this point in the history
…ptn#2906)

Signed-off-by: Florian Bacher <[email protected]>
  • Loading branch information
bacherfl authored Jan 30, 2024
1 parent 1955083 commit 7d407bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/support/observability/config/otel-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ data:
health_check: {}
exporters:
otlp:
endpoint: "jaeger-collector:14250"
endpoint: "jaeger-collector:4317"
tls:
insecure: true
prometheus:
Expand Down

0 comments on commit 7d407bf

Please sign in to comment.