Skip to content

Commit

Permalink
chore: add toxicproxy
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed Sep 26, 2023
1 parent 753bc9d commit 9a3d2a5
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions tests/env/docker-compose-otel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ services:
- ./otel-collector-config.yml:/etc/otel-collector-config.yml
ports:
- "4318:4318"
networks:
otel:

toxicproxy:
image: shopify/toxiproxy:latest
network_mode: "host"

zipkin:
image: openzipkin/zipkin-slim
ports:
- "9411:9411"
networks:
otel:

jaeger:
image: jaegertracing/all-in-one:latest
Expand All @@ -26,10 +26,4 @@ services:
- "4320:4317"
environment:
- LOG_LEVEL=debug
- COLLECTOR_OTLP_ENABLED=true
networks:
otel:

networks:
otel:
name: otel
- COLLECTOR_OTLP_ENABLED=true

0 comments on commit 9a3d2a5

Please sign in to comment.