solar-observatory icon indicating copy to clipboard operation
solar-observatory copied to clipboard

data retention greater than 15 days?

Open MasterCATZ opened this issue 6 years ago • 0 comments

--storage.tsdb.retention.size for at least 1TB
--storage.tsdb.retention.time

services:

prometheus: image: prom/prometheus:latest user: "1000" volumes: - ./prometheus/:/etc/prometheus/ - ./prometheus_data:/prometheus command: - '--config.file=/etc/prometheus/prometheus.yml' - '--storage.tsdb.retention.size=1TB' - '--storage.tsdb.path=/prometheus' - '--web.console.libraries=/usr/share/prometheus/console_libraries' - '--web.console.templates=/usr/share/prometheus/consoles' ports: - 9090:9090 networks: - back-tier restart: always

MasterCATZ avatar Jul 02 '19 21:07 MasterCATZ