Skip to content

Commit

Permalink
fix: changed jaeger to otlp (#2608)
Browse files Browse the repository at this point in the history
Signed-off-by: RealAnna <[email protected]>
  • Loading branch information
RealAnna authored Nov 29, 2023
1 parent fbd4601 commit d8ec91e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/support/observability/config/otel-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ data:
extensions:
health_check: {}
exporters:
jaeger:
otlp:
endpoint: "jaeger-collector:14250"
tls:
insecure: true
Expand All @@ -40,7 +40,7 @@ data:
traces:
receivers: [otlp]
processors: []
exporters: [jaeger]
exporters: [otlp]
metrics:
receivers: [otlp,prometheus]
Expand Down

0 comments on commit d8ec91e

Please sign in to comment.