Fix aggregator window and shutdown of multiple aggregators (#5644)

This commit is contained in:
Daniel Nelson
2019-03-29 15:40:33 -07:00
committed by GitHub
parent 3045ffbbe3
commit 4e3244c575
10 changed files with 218 additions and 93 deletions

View File

@@ -10,7 +10,6 @@ import (
"time"
"github.com/influxdata/telegraf"
"github.com/stretchr/testify/assert"
)
@@ -204,7 +203,7 @@ func (a *Accumulator) AddError(err error) {
a.Unlock()
}
func (a *Accumulator) SetPrecision(precision, interval time.Duration) {
func (a *Accumulator) SetPrecision(precision time.Duration) {
return
}