Add histogram aggregator plugin (#2387)

This commit is contained in:
Vladislav Mugultyanov
2017-07-31 21:33:51 +03:00
committed by Daniel Nelson
parent 3bd14ed229
commit 9c0aadf445
5 changed files with 680 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
package all
import (
_ "github.com/influxdata/telegraf/plugins/aggregators/histogram"
_ "github.com/influxdata/telegraf/plugins/aggregators/minmax"
)