Skip to content

Commit

Permalink
misc: finalized config files
Browse files Browse the repository at this point in the history
  • Loading branch information
sheensantoscapadngan committed Nov 19, 2024
1 parent 0693f81 commit d71c85e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 202 deletions.
201 changes: 0 additions & 201 deletions docker-compose.dev.observable.yml

This file was deleted.

16 changes: 15 additions & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,27 @@ services:
prometheus:
image: prom/prometheus
volumes:
- ./prometheus.yml:/etc/prometheus/prometheus.yml
- ./prometheus.dev.yml:/etc/prometheus/prometheus.yml
ports:
- "9090:9090"
command:
- "--config.file=/etc/prometheus/prometheus.yml"
profiles: [metrics]

otel-collector:
image: otel/opentelemetry-collector-contrib
volumes:
- ./otel-collector-config.yaml:/etc/otelcol-contrib/config.yaml
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
- 4318:4318 # OTLP http receiver
- 55679:55679 # zpages extension
profiles: [metrics-otel]

grafana:
image: grafana/grafana
container_name: grafana
Expand Down
File renamed without changes.

0 comments on commit d71c85e

Please sign in to comment.