update
This commit is contained in:
parent
d3df629141
commit
0170fbddbf
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
otel-collector:
|
otel-collector:
|
||||||
image: otel/opentelemetry-collector-contrib:0.95.0
|
image: otel/opentelemetry-collector-contrib:0.97.0
|
||||||
restart: always
|
restart: always
|
||||||
command: "--config=/etc/otel-collector-config.yaml"
|
command: "--config=/etc/otel-collector-config.yaml"
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -20,7 +20,7 @@ services:
|
||||||
- tempo
|
- tempo
|
||||||
|
|
||||||
loki:
|
loki:
|
||||||
image: grafana/loki:2.9.2
|
image: grafana/loki:2.9.6
|
||||||
expose:
|
expose:
|
||||||
- "3100"
|
- "3100"
|
||||||
command: -config.file=/etc/loki/config.yaml
|
command: -config.file=/etc/loki/config.yaml
|
||||||
|
@ -29,7 +29,7 @@ services:
|
||||||
- loki_data:/loki
|
- loki_data:/loki
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
image: prom/prometheus:v2.36.2
|
image: prom/prometheus:v2.51.1
|
||||||
restart: always
|
restart: always
|
||||||
expose:
|
expose:
|
||||||
- "9090"
|
- "9090"
|
||||||
|
|
Loading…
Reference in a new issue