fix
This commit is contained in:
parent
fad0766fa8
commit
5b29ff1688
1 changed files with 1 additions and 5 deletions
|
@ -7,10 +7,6 @@ services:
|
||||||
expose:
|
expose:
|
||||||
- 4317 # OTLP gRPC receiver
|
- 4317 # OTLP gRPC receiver
|
||||||
- 4318 # OTLP http 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:
|
links:
|
||||||
- loki
|
- loki
|
||||||
- mimir
|
- mimir
|
||||||
|
@ -53,7 +49,7 @@ services:
|
||||||
tempo:
|
tempo:
|
||||||
image: grafana/tempo:2.4.1
|
image: grafana/tempo:2.4.1
|
||||||
command: ["-config.file=/etc/tempo/config.yaml"]
|
command: ["-config.file=/etc/tempo/config.yaml"]
|
||||||
depends_on:
|
links:
|
||||||
- mimir
|
- mimir
|
||||||
volumes:
|
volumes:
|
||||||
- ./tempo/config.yaml:/etc/tempo/config.yaml
|
- ./tempo/config.yaml:/etc/tempo/config.yaml
|
||||||
|
|
Loading…
Reference in a new issue