Default metrics interval to 5m
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
7cbe3e759d
commit
319af0765b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ var daemonFlags = []cli.Flag{
|
|||
},
|
||||
cli.DurationFlag{
|
||||
Name: "metrics-interval",
|
||||
Value: 120 * time.Second,
|
||||
Value: 5 * time.Minute,
|
||||
Usage: "interval for flushing metrics to the store",
|
||||
},
|
||||
cli.StringFlag{
|
||||
|
|
Loading…
Reference in a new issue