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:
|
services:
|
||||||
otel-collector:
|
otel-collector:
|
||||||
image: otel/opentelemetry-collector-contrib:0.97.0
|
image: otel/opentelemetry-collector-contrib:0.97.0
|
||||||
deploy:
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
memory: 1g
|
|
||||||
command: "--config=/etc/otel-collector-config.yaml"
|
command: "--config=/etc/otel-collector-config.yaml"
|
||||||
volumes:
|
volumes:
|
||||||
- ./otel-collector/config.yaml:/etc/otel-collector-config.yaml
|
- ./otel-collector/config.yaml:/etc/otel-collector-config.yaml
|
||||||
|
@ -27,10 +23,6 @@ services:
|
||||||
|
|
||||||
pyroscope:
|
pyroscope:
|
||||||
image: grafana/pyroscope:1.5.0
|
image: grafana/pyroscope:1.5.0
|
||||||
deploy:
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
memory: 1g
|
|
||||||
expose:
|
expose:
|
||||||
- 4040
|
- 4040
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -42,10 +34,6 @@ services:
|
||||||
|
|
||||||
loki:
|
loki:
|
||||||
image: grafana/loki:3.0.0
|
image: grafana/loki:3.0.0
|
||||||
deploy:
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
memory: 1g
|
|
||||||
links:
|
links:
|
||||||
- prometheus
|
- prometheus
|
||||||
expose:
|
expose:
|
||||||
|
@ -57,10 +45,6 @@ services:
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
image: prom/prometheus:v2.51.1
|
image: prom/prometheus:v2.51.1
|
||||||
deploy:
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
memory: 1g
|
|
||||||
expose:
|
expose:
|
||||||
- "9090"
|
- "9090"
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -73,10 +57,6 @@ services:
|
||||||
|
|
||||||
tempo:
|
tempo:
|
||||||
image: grafana/tempo:2.4.1
|
image: grafana/tempo:2.4.1
|
||||||
deploy:
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
memory: 1g
|
|
||||||
command: ["-config.file=/etc/tempo/config.yaml"]
|
command: ["-config.file=/etc/tempo/config.yaml"]
|
||||||
depends_on:
|
depends_on:
|
||||||
- prometheus
|
- prometheus
|
||||||
|
@ -90,10 +70,6 @@ services:
|
||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
image: grafana/grafana:10.4.1
|
image: grafana/grafana:10.4.1
|
||||||
deploy:
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
memory: 1g
|
|
||||||
environment:
|
environment:
|
||||||
GF_SERVER_ROOT_URL: ${GRAFANA_URL}
|
GF_SERVER_ROOT_URL: ${GRAFANA_URL}
|
||||||
GF_SERVER_SERVE_FROM_SUB_PATH: "false"
|
GF_SERVER_SERVE_FROM_SUB_PATH: "false"
|
||||||
|
|
|
@ -24,7 +24,6 @@ query_range:
|
||||||
cache:
|
cache:
|
||||||
embedded_cache:
|
embedded_cache:
|
||||||
enabled: true
|
enabled: true
|
||||||
max_size_mb: 100
|
|
||||||
|
|
||||||
compactor:
|
compactor:
|
||||||
working_directory: /loki/compactor
|
working_directory: /loki/compactor
|
||||||
|
|
Loading…
Reference in a new issue