Skip to content
Snippets Groups Projects
Commit 116d965f authored by Hannes Feldt's avatar Hannes Feldt
Browse files

L2SS-1640: Increase prometheus retention

parent 38363a20
No related branches found
No related tags found
1 merge request!798L2SS-1640: Increase prometheus retention
......@@ -139,6 +139,7 @@ Next change the version in the following places:
# Release Notes
* 0.25.2 Increase prometheus retention time
* 0.25.1 Add `RCU_DTH_setup` command in RECV devices
* 0.25.0 Pull IERS tables from object store
* 0.24.8 Push docker images to own registry and pull from there for deployments
......
......@@ -241,7 +241,8 @@ localhost:5432:grafana:postgres:password
ports = ["prometheus"]
args = [
"--config.file=/etc/prometheus/prometheus.yml",
"--web.enable-remote-write-receiver"
"--web.enable-remote-write-receiver",
"--storage.tsdb.retention.time=10y"
]
mount {
type = "bind"
......
0.25.1
0.25.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment