From 8db8e1ebc5b77a7c06a108fc54d3633c4d584910 Mon Sep 17 00:00:00 2001 From: Prashant saini <64362251+Prashantsaini25@users.noreply.github.com> Date: Tue, 12 Jul 2022 21:58:32 +0530 Subject: [PATCH] add retention time hint --- docs/customizing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/customizing.md b/docs/customizing.md index fa98e08803..d68709c0ec 100644 --- a/docs/customizing.md +++ b/docs/customizing.md @@ -164,6 +164,8 @@ be created successfully. Check the monitoring namespace (or the namespace you have specific in `namespace: `) and make sure the pods are running. Prometheus and Grafana should be up and running soon. +If you want to increase retention time make sure you will add retention: 1y in `prometheus-prometheus.yaml ` + ## Minikube Example To use an easy to reproduce example, see [minikube.jsonnet](../examples/minikube.jsonnet), which uses the minikube setup as demonstrated in [Prerequisites](../README.md#prerequisites). Because we would like easy access to our Prometheus, Alertmanager and Grafana UIs, `minikube.jsonnet` exposes the services as NodePort type services.