Skip to content

Commit

Permalink
Configure Jaeger's OTLP collector to listen on all addresses
Browse files Browse the repository at this point in the history
jaegertracing/jaeger#5737

Signed-off-by: Andrew Haines <haines@cerbos.dev>
  • Loading branch information
haines committed Jul 15, 2024
1 parent 16ccad2 commit a8fc19e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions private/test/servers/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ services:
image: jaegertracing/all-in-one:1.59
environment:
- COLLECTOR_OTLP_ENABLED=true
- COLLECTOR_OTLP_GRPC_HOST_PORT=0.0.0.0:4317
- JAEGER_DISABLED=true
healthcheck:
test:
Expand Down

0 comments on commit a8fc19e

Please sign in to comment.