fix
This commit is contained in:
parent
1354e16d15
commit
642045d2cc
2 changed files with 0 additions and 25 deletions
|
@ -3,10 +3,6 @@ version: "3"
|
|||
services:
|
||||
otel-collector:
|
||||
image: otel/opentelemetry-collector-contrib:0.97.0
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 1g
|
||||
command: "--config=/etc/otel-collector-config.yaml"
|
||||
volumes:
|
||||
- ./otel-collector/config.yaml:/etc/otel-collector-config.yaml
|
||||
|
@ -27,10 +23,6 @@ services:
|
|||
|
||||
pyroscope:
|
||||
image: grafana/pyroscope:1.5.0
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 1g
|
||||
expose:
|
||||
- 4040
|
||||
volumes:
|
||||
|
@ -42,10 +34,6 @@ services:
|
|||
|
||||
loki:
|
||||
image: grafana/loki:3.0.0
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 1g
|
||||
links:
|
||||
- prometheus
|
||||
expose:
|
||||
|
@ -57,10 +45,6 @@ services:
|
|||
|
||||
prometheus:
|
||||
image: prom/prometheus:v2.51.1
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 1g
|
||||
expose:
|
||||
- "9090"
|
||||
volumes:
|
||||
|
@ -73,10 +57,6 @@ services:
|
|||
|
||||
tempo:
|
||||
image: grafana/tempo:2.4.1
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 1g
|
||||
command: ["-config.file=/etc/tempo/config.yaml"]
|
||||
depends_on:
|
||||
- prometheus
|
||||
|
@ -90,10 +70,6 @@ services:
|
|||
|
||||
grafana:
|
||||
image: grafana/grafana:10.4.1
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 1g
|
||||
environment:
|
||||
GF_SERVER_ROOT_URL: ${GRAFANA_URL}
|
||||
GF_SERVER_SERVE_FROM_SUB_PATH: "false"
|
||||
|
|
|
@ -24,7 +24,6 @@ query_range:
|
|||
cache:
|
||||
embedded_cache:
|
||||
enabled: true
|
||||
max_size_mb: 100
|
||||
|
||||
compactor:
|
||||
working_directory: /loki/compactor
|
||||
|
|
Loading…
Reference in a new issue