Skip to content

Commit

Permalink
docs: update opentelemetry examples (#25472)
Browse files Browse the repository at this point in the history
  • Loading branch information
gizero committed Oct 27, 2023
1 parent 18fd654 commit f9f30a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/usage/examples/opentelemetry.md
Expand Up @@ -18,10 +18,10 @@ services:
image: jaegertracing/all-in-one:1
ports:
- '16686:16686'
- '14250'
- '4317'

otel-collector:
image: otel/opentelemetry-collector-contrib:0.52.0
image: otel/opentelemetry-collector-contrib:0.88.0
command: ['--config=/etc/otel-collector-config.yml']
volumes:
- ./otel-collector-config.yml:/etc/otel-collector-config.yml
Expand All @@ -46,8 +46,8 @@ receivers:
http:

exporters:
jaeger:
endpoint: jaeger:14250
otlp/jaeger:
endpoint: jaeger:4317
tls:
insecure: true
logging:
Expand Down Expand Up @@ -76,7 +76,7 @@ service:
pipelines:
traces:
receivers: [otlp]
exporters: [jaeger, logging]
exporters: [otlp/jaeger, logging]
processors: [spanmetrics, batch]

metrics:
Expand Down

0 comments on commit f9f30a7

Please sign in to comment.