Add sample graphite config to default config
parent
dd0e6e5e02
commit
ea348ddc2c
|
@ -59,6 +59,7 @@ func NewConfig() *Config {
|
|||
c.HTTPD = httpd.NewConfig()
|
||||
c.Collectd = collectd.NewConfig()
|
||||
c.OpenTSDB = opentsdb.NewConfig()
|
||||
c.Graphites = append(c.Graphites, graphite.NewConfig())
|
||||
|
||||
c.Monitoring = monitor.NewConfig()
|
||||
c.ContinuousQuery = continuous_querier.NewConfig()
|
||||
|
|
Loading…
Reference in New Issue