chore: set storage.tsdb.retention.time from 12w to 4w

master
Sven Ketelsen 4 years ago
parent 57071b9fa6
commit c1460fa045

@ -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=12w"', '"--storage.tsdb.retention.time=4w"',
], ],
volumes: [ volumes: [
'"./config/prometheus/:/etc/prometheus/:ro"', '"./config/prometheus/:/etc/prometheus/:ro"',

Loading…
Cancel
Save