Skip to content

Commit

Permalink
Use localhost in microsim to connect to jaeger
Browse files Browse the repository at this point in the history
Signed-off-by: FlamingSaint <[email protected]>
  • Loading branch information
FlamingSaint committed Jun 26, 2024
1 parent 30c3fc0 commit ecd4a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose/monitor/docker-compose-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ services:
networks:
- backend
image: yurishkuro/microsim:0.3.0
# TODO: Fix error - dial tcp: lookup otel_collector on 127.0.0.11:53: server misbehaving
command: "-j http://otel_collector:14278/api/traces -d 24h -s 500ms"
# TODO: Fix error - dial tcp [::1]:14278: connect: connection refused
command: "-j http://localhost:14278/api/traces -d 24h -s 500ms"
depends_on:
- jaeger
prometheus:
Expand Down

0 comments on commit ecd4a2a

Please sign in to comment.