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:
|
||||
otel-collector:
|
||||
image: otel/opentelemetry-collector-contrib:0.95.0
|
||||
image: otel/opentelemetry-collector-contrib:0.97.0
|
||||
restart: always
|
||||
command: "--config=/etc/otel-collector-config.yaml"
|
||||
volumes:
|
||||
|
@ -20,7 +20,7 @@ services:
|
|||
- tempo
|
||||
|
||||
loki:
|
||||
image: grafana/loki:2.9.2
|
||||
image: grafana/loki:2.9.6
|
||||
expose:
|
||||
- "3100"
|
||||
command: -config.file=/etc/loki/config.yaml
|
||||
|
@ -29,7 +29,7 @@ services:
|
|||
- loki_data:/loki
|
||||
|
||||
prometheus:
|
||||
image: prom/prometheus:v2.36.2
|
||||
image: prom/prometheus:v2.51.1
|
||||
restart: always
|
||||
expose:
|
||||
- "9090"
|
||||
|
|
Loading…
Reference in a new issue