From 0d220eafef6b3a091e901c10b3c4d8606a0850f6 Mon Sep 17 00:00:00 2001 From: Solly Ross Date: Tue, 3 Jul 2018 16:49:55 -0400 Subject: [PATCH] Clarify wording a bit on the relist interval The wording on the relist interval confused a couple of people, so this should clarify it a bit. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca34e25e..34da55c6 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ adapter talks to Prometheus and the main Kubernetes cluster: - `--metrics-relist-interval=`: This is the interval at which to update the cache of available metrics from Prometheus. Since the adapter only lists metrics during discovery that exist between the current time and - the last discovery query, it's necessary to set your relist interval to - *at least* your Prometheus scrape interval, otherwise your metrics will + the last discovery query, your relist interval should be equal to or larger + than your Prometheus scrape interval, otherwise your metrics will occaisonally disappear from the adapter. - `--prometheus-url=`: This is the URL used to connect to Prometheus.