Skip to content

Commit 63ff684

Browse files
authored
Upgrade Microsim to v0.4.1 (jaegertracing#5702)
1 parent bbd863f commit 63ff684

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docker-compose/monitor/docker-compose.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ services:
2929
microsim:
3030
networks:
3131
- backend
32-
image: yurishkuro/microsim:0.3.0
33-
command: "-j http://otel_collector:14278/api/traces -d 24h -s 500ms"
32+
image: yurishkuro/microsim:v0.4.1
33+
command: "-d 24h -s 500ms"
34+
environment:
35+
- OTEL_EXPORTER_OTLP_ENDPOINT=http://otel_collector:4318
36+
- OTEL_EXPORTER_OTLP_INSECURE=true
3437
depends_on:
3538
- otel_collector
3639
prometheus:

0 commit comments

Comments
 (0)