mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
app/vmselect: typo fix in a description for -search.minStalenessInterval
: mimimum->minimum
This commit is contained in:
parent
6ae9d79f6b
commit
6385432611
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ import (
|
||||||
"github.com/valyala/histogram"
|
"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. "+
|
"This flag could be useful for removing gaps on graphs generated from time series with irregular intervals between samples. "+
|
||||||
"See also '-search.maxStalenessInterval'")
|
"See also '-search.maxStalenessInterval'")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue