Carl Pacey
0a37386c5e
Add sum stat to basicstats aggregator ( #3797 )
2018-03-05 15:26:31 -08:00
Jeff Ashton
fcc9c82d34
Add control over which stats to gather in basicstats aggregator ( #3580 )
2017-12-14 16:56:10 -08:00
Toni Moreno
b641f06552
Add new basicstats aggregator ( #2167 )
2017-10-10 12:02:01 -07:00
Daniel Nelson
70c2b83f00
Update histogram aggregator documentation ( #3133 )
2017-08-18 13:24:05 -07:00
Vladislav Mugultyanov
9c0aadf445
Add histogram aggregator plugin ( #2387 )
2017-07-31 11:33:51 -07:00
Cameron Sparr
e5c7a71d8e
Fix unit tests for new metric implementation
2016-12-01 18:17:02 +00:00
Cameron Sparr
db7a4b24b6
Implement telegraf's own full metric type
...
main reasons behind this:
- make adding/removing tags cheap
- make adding/removing fields cheap
- make parsing cheaper
- make parse -> decorate -> write out bytes metric flow much faster
Refactor serializer to use byte buffer
2016-12-01 18:17:02 +00:00
Cameron Sparr
1c7715780e
Documentation improvements
...
- fully document aggregator and processor plugins
- improve readme.md
closes #1989
2016-11-08 13:55:37 +00:00
Cameron Sparr
03b2984ac2
Fixup some code based on feedback from @dgnorton
2016-10-12 14:50:19 +01:00
Cameron Sparr
9540a6532f
Update influxdb dependency for new models.Tags
2016-10-12 14:50:19 +01:00
Cameron Sparr
fead80844e
Refactor handling of MinMax functionality into RunningAggregator
...
allows for easier addition of a sliding window at a later time.
Also makes `period` be a generic argument for all aggregator plugins.
2016-10-12 14:50:19 +01:00
Cameron Sparr
ef885eda62
Change minmax aggregator to store float64
2016-10-12 14:50:19 +01:00
Cameron Sparr
64a71263a1
Support Processor & Aggregator Plugins
...
closes #1726
2016-10-12 14:50:19 +01:00