Update influxdb dependency for new models.Tags

This commit is contained in:
Cameron Sparr
2016-10-06 13:29:46 +01:00
parent cace663bbf
commit 9540a6532f
5 changed files with 33 additions and 18 deletions

View File

@@ -24,8 +24,12 @@ type minmax struct {
}
var sampleConfig = `
## TODO doc
## General Aggregator Arguments:
## The period on which to flush & clear the aggregator.
period = "30s"
## If true, the original metric will be dropped by the
## aggregator and will not get sent to the output plugins.
drop_original = false
`
func (m *MinMax) SampleConfig() string {