From 6b618ecf02dcf9bdae4279b87fe93ea32f2f6376 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Wed, 7 Oct 2020 17:43:42 +0200 Subject: [PATCH] Better description Signed-off-by: Julien Pivotto --- cmd/prometheus/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/prometheus/main.go b/cmd/prometheus/main.go index 0be3dfbc4..5587f0cb3 100644 --- a/cmd/prometheus/main.go +++ b/cmd/prometheus/main.go @@ -239,7 +239,7 @@ func main() { a.Flag("rules.alert.resend-delay", "Minimum amount of time to wait before resending an alert to Alertmanager."). Default("1m").SetValue(&cfg.resendDelay) - a.Flag("scrape.timestamp-tolerance", "Tolerance applied to scrapes timestamp to improve timestamp compression. Experimental."). + a.Flag("scrape.timestamp-tolerance", "Adjust scrape timestamps by up to this amount to align them to the intended schedule. Experimental."). Hidden().Default("2ms").DurationVar(&scrape.ScrapeTimestampTolerance) a.Flag("alertmanager.notification-queue-capacity", "The capacity of the queue for pending Alertmanager notifications."). -- GitLab