Skip to content

Commit

Permalink
Updating Jaeger example to use OTLP
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbdias committed Sep 11, 2023
1 parent 88018f5 commit fd9cf15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions examples/tracetest-jaeger/collector.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ processors:
sampling_percentage: 100

exporters:
jaeger:
endpoint: jaeger:14250
otlp/jaeger:
endpoint: jaeger:4317
tls:
insecure: true

Expand All @@ -24,4 +24,4 @@ service:
traces:
receivers: [otlp]
processors: [probabilistic_sampler, batch]
exporters: [jaeger]
exporters: [otlp/jaeger]
4 changes: 3 additions & 1 deletion examples/tracetest-jaeger/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,7 @@ services:
interval: 1s
timeout: 3s
retries: 60
environment:
- COLLECTOR_OTLP_ENABLED=true
ports:
- 16685:16685
- 16686:16686

0 comments on commit fd9cf15

Please sign in to comment.