This commit is contained in:
royalcat 2024-06-04 16:20:39 +03:00
parent fad0766fa8
commit 5b29ff1688

View file

@ -7,10 +7,6 @@ services:
expose:
- 4317 # OTLP gRPC receiver
- 4318 # OTLP http receiver
# expose:
# - 13133:13133 # health_check extension
# - 8889:8889 # Prometheus exporter metrics
# - 8888:8888 # Prometheus metrics exposed by the Collector
links:
- loki
- mimir
@ -53,7 +49,7 @@ services:
tempo:
image: grafana/tempo:2.4.1
command: ["-config.file=/etc/tempo/config.yaml"]
depends_on:
links:
- mimir
volumes:
- ./tempo/config.yaml:/etc/tempo/config.yaml