mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-25 21:46:50 +00:00
upgrade docker images
This commit is contained in:
@@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
This directory contains the observability stack for the application. The stack is composed of the following components:
|
This directory contains the observability stack for the application. The stack is composed of the following components:
|
||||||
|
|
||||||
- Prometheus
|
- Prometheus v3.2.1
|
||||||
- Grafana
|
- Grafana 11.6.0
|
||||||
- Loki
|
- Loki 3.4.2
|
||||||
- Jaeger
|
- Jaeger 2.4.0
|
||||||
- Otel Collector
|
- Otel Collector 0.120.0 #0.121.0 remove loki
|
||||||
|
|
||||||
## Prometheus
|
## Prometheus
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- otel-network
|
- otel-network
|
||||||
jaeger:
|
jaeger:
|
||||||
image: jaegertracing/jaeger:2.3.0
|
image: jaegertracing/jaeger:2.4.0
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
ports:
|
ports:
|
||||||
@@ -26,7 +26,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- otel-network
|
- otel-network
|
||||||
prometheus:
|
prometheus:
|
||||||
image: prom/prometheus:v3.2.0
|
image: prom/prometheus:v3.2.1
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
volumes:
|
volumes:
|
||||||
@@ -42,12 +42,12 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./loki-config.yaml:/etc/loki/local-config.yaml
|
- ./loki-config.yaml:/etc/loki/local-config.yaml
|
||||||
ports:
|
ports:
|
||||||
- "3100:3100"
|
- "3100:3100"
|
||||||
command: -config.file=/etc/loki/local-config.yaml
|
command: -config.file=/etc/loki/local-config.yaml
|
||||||
networks:
|
networks:
|
||||||
- otel-network
|
- otel-network
|
||||||
grafana:
|
grafana:
|
||||||
image: grafana/grafana:11.5.2
|
image: grafana/grafana:11.6.0
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000" # Web UI
|
- "3000:3000" # Web UI
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user