Skip to content

Commit

Permalink
opentelemetry docker compose fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
biandratti committed Oct 6, 2024
1 parent f84ca49 commit a8a659c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/opentelemetry/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ services:
- OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://otel-collector:4317
- OTEL_EXPORTER_OTLP_PROTOCOL=grpc
- OTEL_METRICS_EXPORTER=prometheus
- OTEL_EXPORTER_PROMETHEUS_PORT=9094
- OTEL_EXPORTER_PROMETHEUS_PORT=9093
- OTEL_EXPORTER_PROMETHEUS_HOST=0.0.0.0
- APP4_URL=http://app4:9004/api/v1/trace
- APP5_URL=http://app5:9005/api/v1/trace
networks:
- tracenet
ports:
- "9003:9003"
- "9093:9094"
- "9093:9093"
depends_on:
- app4
- app5
Expand Down

0 comments on commit a8a659c

Please sign in to comment.