Skip to content

Commit

Permalink
OTEL
Browse files Browse the repository at this point in the history
  • Loading branch information
amirnd51 committed Jan 30, 2024
1 parent c5b21fd commit 5e91573
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ services:
- "traefik.http.routers.collector.entrypoints=websecure"
- "traefik.http.routers.collector.tls.certresolver=letsencrypt"
- "traefik.http.services.collector.loadbalancer.server.port=4318"
volumes:
- /etc/otel-collector-config.yaml:/etc/otel-collector-config.yaml:ro
ports:
- 1888:1888 # pprof extension
- 8888:8888 # Prometheus metrics exposed by the Collector
Expand Down

0 comments on commit 5e91573

Please sign in to comment.