diff --git a/app/vmselect/promql/rollup.go b/app/vmselect/promql/rollup.go index 44d5fca63..5c5f6904d 100644 --- a/app/vmselect/promql/rollup.go +++ b/app/vmselect/promql/rollup.go @@ -15,7 +15,7 @@ import ( "github.com/valyala/histogram" ) -var minStalenessInterval = flag.Duration("search.minStalenessInterval", 0, "The mimimum interval for staleness calculations. "+ +var minStalenessInterval = flag.Duration("search.minStalenessInterval", 0, "The minimum interval for staleness calculations. "+ "This flag could be useful for removing gaps on graphs generated from time series with irregular intervals between samples. "+ "See also '-search.maxStalenessInterval'")