Skip to content

Commit

Permalink
keep only the ports used by Bryan
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Nov 13, 2024
1 parent def2efe commit 93d8a29
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docker/sage/services/otel-collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@ services:
networks:
- sage
ports:
- '1888:1888' # pprof extension
- '8888:8888' # Prometheus metrics exposed by the collector
- '8889:8889' # Prometheus exporter metrics
- '13133:13133' # health_check extension
- '4317:4317' # OTLP gRPC receiver
- '55679:55679' # zpages extension
- '4318:4318' # OTLP http receiver
deploy:
resources:
limits:
Expand Down

0 comments on commit 93d8a29

Please sign in to comment.