Skip to content
Snippets Groups Projects
Commit 1484a555 authored by ale's avatar ale
Browse files

Set a longer metric retention time for Prometheus

parent ae30e95f
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,5 @@
graphite_secret_key: "changeme"
grafana_secret_key: "changeme"
test_source_stream: "/test.ogg"
prometheus_tsdb_retention_time: "180d"
ARGS="--web.external-url=https://monitor.{{ public_domain }}"
ARGS="--web.external-url=https://monitor.{{ public_domain }} --storage.tsdb.retention.time={{ prometheus_tsdb_retention_time }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment