Skip to content

Commit

Permalink
Fixed versions for telemetry containers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenita-bu authored and reimarstier committed Apr 8, 2024
1 parent d3795af commit 50e15ae
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .ci/docker/telemetry/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ version: "3.9"
services:
prometheus:
container_name: prometheus
image: prom/prometheus:latest
image: prom/prometheus:2.51.1
command: [ "--config.file=/etc/prometheus/prometheus.yml" ]
restart: always
volumes:
- ./prometheus.yml:/etc/prometheus/prometheus.yml
Expand All @@ -11,7 +12,7 @@ services:

tempo:
container_name: tempo
image: grafana/tempo:latest
image: grafana/tempo:2.4.1
command: [ "-config.file=/etc/tempo.yml" ]
volumes:
- ./tempo.yml:/etc/tempo.yml
Expand All @@ -25,7 +26,7 @@ services:

loki:
container_name: loki
image: grafana/loki:latest
image: grafana/loki:2.9.6
volumes:
- ./loki.yml:/etc/loki/loki.yml
- loki-data:/loki
Expand All @@ -40,7 +41,7 @@ services:

otel-collector:
container_name: otel-collector
image: otel/opentelemetry-collector-contrib:latest
image: otel/opentelemetry-collector-contrib:0.97.0
volumes:
- ./otel-collector.yml:/etc/collector-gateway.yaml
command: [ "--config=/etc/collector-gateway.yaml" ]
Expand All @@ -53,7 +54,7 @@ services:

grafana:
container_name: grafana
image: grafana/grafana:latest
image: grafana/grafana:10.4.1
restart: unless-stopped
depends_on:
tempo:
Expand All @@ -64,6 +65,7 @@ services:
- GF_PATHS_PROVISIONING=/etc/grafana/provisioning
- GF_FEATURE_TOGGLES_ENABLE=traceqlEditor
volumes:
- ./grafana/grafana.ini:/etc/grafana/grafana.ini
- ./grafana/dashboards:/var/lib/grafana/dashboards
- ./grafana/dashboard.yml:/etc/grafana/provisioning/dashboards/main.yaml
- ./grafana/grafana-datasources.yml:/etc/grafana/provisioning/datasources/ds.yaml
Expand Down

0 comments on commit 50e15ae

Please sign in to comment.