Restore default ScrapeInterval of 1 minute instead of 10 seconds
This commit is contained in:
parent
67e77411ba
commit
5d5c3878ed
|
@ -50,7 +50,7 @@ var (
|
|||
|
||||
// The default global configuration.
|
||||
DefaultGlobalConfig = DefaultedGlobalConfig{
|
||||
ScrapeInterval: Duration(10 * time.Second),
|
||||
ScrapeInterval: Duration(1 * time.Minute),
|
||||
ScrapeTimeout: Duration(10 * time.Second),
|
||||
EvaluationInterval: Duration(1 * time.Minute),
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue