Skip to content

Commit

Permalink
Get on par with the current version of dashboards and otel-collector
Browse files Browse the repository at this point in the history
  • Loading branch information
lubosmj committed Sep 26, 2024
1 parent 090a205 commit cbbca08
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 194 deletions.
8 changes: 4 additions & 4 deletions profiles/opentelemetry_dev/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ services:

otel-collector:
container_name: otel-collector
image: otel/opentelemetry-collector
image: otel/opentelemetry-collector-contrib
command: [--config=/etc/otel-collector/otel-collector-config.yaml]
volumes:
- "{OCI_ENV_DIR}/profiles/{COMPOSE_PROFILE}/otel-collector:/etc/otel-collector"
ports:
- "1888" # pprof extension
- "8888" # Prometheus metrics exposed by the collector
- "8889" # Prometheus exporter metrics
- "8888:8888" # Prometheus metrics exposed by the collector
- "8889:8889" # Prometheus exporter metrics
- "13133" # health_check extension
- "4318" # OTLP http receiver
- "4318:4318" # OTLP http receiver
- "55679" # zpages extension
depends_on:
- prometheus
Expand Down
Loading

0 comments on commit cbbca08

Please sign in to comment.