feat: set storage.tsdb.retention.time from 15w to 12w

master
Sven Ketelsen 4 years ago
parent 34e5f301e4
commit abbe742118

@ -52,7 +52,7 @@ prometheus_docker: {
'"--web.console.templates=/usr/share/prometheus/consoles"', '"--web.console.templates=/usr/share/prometheus/consoles"',
'"--web.external-url={{ http_s}}://{{ inventory_hostname }}-prometheus.{{ domain }}"', '"--web.external-url={{ http_s}}://{{ inventory_hostname }}-prometheus.{{ domain }}"',
'"--web.enable-lifecycle"', '"--web.enable-lifecycle"',
'"--storage.tsdb.retention.time=15w"', '"--storage.tsdb.retention.time=12w"',
], ],
volumes: [ volumes: [
'"./config/prometheus/:/etc/prometheus/:ro"', '"./config/prometheus/:/etc/prometheus/:ro"',

Loading…
Cancel
Save