mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-23 11:41:54 -08:00
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 a new issue