Format config file.
This commit is contained in:
parent
cab64f1a0b
commit
0380ea2e70
|
@ -55,10 +55,10 @@ func NewConfig() *Config {
|
|||
c := &Config{
|
||||
// Agent defaults:
|
||||
Agent: &AgentConfig{
|
||||
Interval: internal.Duration{Duration: 10 * time.Second},
|
||||
RoundInterval: true,
|
||||
FlushInterval: internal.Duration{Duration: 10 * time.Second},
|
||||
FlushJitter: internal.Duration{Duration: 5 * time.Second},
|
||||
Interval: internal.Duration{Duration: 10 * time.Second},
|
||||
RoundInterval: true,
|
||||
FlushInterval: internal.Duration{Duration: 10 * time.Second},
|
||||
FlushJitter: internal.Duration{Duration: 5 * time.Second},
|
||||
WebhookServiceAddress: ":1925",
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue