Skip to content

Commit e65e739

Browse files
committed
Rename grafana folder
1 parent 17a817a commit e65e739

6 files changed

Lines changed: 5 additions & 5 deletions

File tree

File renamed without changes.
File renamed without changes.
File renamed without changes.

docker-compose.telemetry.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
command:
2626
- --web.enable-otlp-receiver
2727
volumes:
28-
- ./compose/production/grafana/prometheus.yml:/prometheus/prometheus.yml
28+
- ./compose/production/telemetry/prometheus.yml:/prometheus/prometheus.yml
2929
- production_prometheus_data:/prometheus
3030
networks:
3131
- democrasite_metrics
@@ -34,7 +34,7 @@ services:
3434
loki:
3535
image: grafana/loki:3.6.4
3636
volumes:
37-
- ./compose/production/grafana/loki.yaml:/etc/loki/loki.yaml
37+
- ./compose/production/telemetry/loki.yaml:/etc/loki/loki.yaml
3838
- production_loki_data:/loki
3939
networks:
4040
- democrasite_metrics
@@ -44,7 +44,7 @@ services:
4444
image: grafana/tempo:2.10.0
4545
command: -config.file=/etc/tempo/tempo.yaml
4646
volumes:
47-
- ./compose/production/grafana/tempo.yaml:/etc/tempo/tempo.yaml
47+
- ./compose/production/telemetry/tempo.yaml:/etc/tempo/tempo.yaml
4848
- production_tempo_data:/var/tempo
4949
networks:
5050
- democrasite_metrics
@@ -56,9 +56,9 @@ services:
5656
group_add:
5757
- "999" # to access docker socket
5858
volumes:
59-
- ./compose/production/grafana/otelcol-config.yaml:/etc/otelcol-contrib/config.yaml
59+
- ./compose/production/telemetry/otelcol-config.yaml:/etc/otelcol-contrib/config.yaml
6060
- /var/lib/docker/containers:/var/lib/docker/containers:ro
61-
- /var/log/build.log
61+
- /var/log/build.log:/var/log/build.log
6262
- /var/run/docker.sock:/var/run/docker.sock
6363
- /:/hostfs:ro
6464
networks:

0 commit comments

Comments
 (0)