Skip to content

Commit

Permalink
Upgrade Microsim to v0.4.1 (#5702)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlamingSaint authored Jul 3, 2024
1 parent bbd863f commit 63ff684
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker-compose/monitor/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ services:
microsim:
networks:
- backend
image: yurishkuro/microsim:0.3.0
command: "-j http://otel_collector:14278/api/traces -d 24h -s 500ms"
image: yurishkuro/microsim:v0.4.1
command: "-d 24h -s 500ms"
environment:
- OTEL_EXPORTER_OTLP_ENDPOINT=http://otel_collector:4318
- OTEL_EXPORTER_OTLP_INSECURE=true
depends_on:
- otel_collector
prometheus:
Expand Down

0 comments on commit 63ff684

Please sign in to comment.