mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-19 11:06:17 +00:00
fix(obs): Update observability docker compose stack (#2010)
This commit is contained in:
+2
-4
@@ -195,9 +195,7 @@ services:
|
||||
command:
|
||||
- "--config.file=/etc/prometheus/prometheus.yml"
|
||||
- "--storage.tsdb.path=/prometheus"
|
||||
- "--web.console.libraries=/usr/share/prometheus/console_libraries"
|
||||
- "--web.console.templates=/usr/share/prometheus/consoles"
|
||||
- "--storage.tsdb.retention.time=200h"
|
||||
- "--storage.tsdb.retention.time=30d"
|
||||
- "--web.enable-lifecycle"
|
||||
- "--web.enable-otlp-receiver"
|
||||
- "--web.enable-remote-write-receiver"
|
||||
@@ -236,7 +234,7 @@ services:
|
||||
volumes:
|
||||
- grafana_data:/var/lib/grafana
|
||||
- ./.docker/observability/grafana/provisioning:/etc/grafana/provisioning:ro
|
||||
- ./.docker/observability/grafana/dashboards:/var/lib/grafana/dashboards:ro
|
||||
- ./.docker/observability/grafana/dashboards:/etc/grafana/dashboards:ro
|
||||
networks:
|
||||
- rustfs-network
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user