From 8c3d7c1a592ffdd7b71c5643488a83e458c3b0d5 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 15 Sep 2020 14:24:27 +0300 Subject: [PATCH] app/vmselect: typo fix in -search.maxStalenessInterval description --- app/vmselect/prometheus/prometheus.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/vmselect/prometheus/prometheus.go b/app/vmselect/prometheus/prometheus.go index 4c18563d0..191cfd6ef 100644 --- a/app/vmselect/prometheus/prometheus.go +++ b/app/vmselect/prometheus/prometheus.go @@ -35,7 +35,7 @@ var ( maxStalenessInterval = flag.Duration("search.maxStalenessInterval", 0, "The maximum interval for staleness calculations. "+ "By default it is automatically calculated from the median interval between samples. This flag could be useful for tuning "+ "Prometheus data model closer to Influx-style data model. See https://prometheus.io/docs/prometheus/latest/querying/basics/#staleness for details. "+ - "See also '-search.maxLookback' flag, which has the same meanining due to historical reasons") + "See also '-search.maxLookback' flag, which has the same meaning due to historical reasons") ) // Default step used if not set.