telegraf/plugins
Cameron Sparr 097b1e09db http listener refactor
in this commit:

- chunks out the http request body to avoid making very large
  allocations.
- establishes a limit for the maximum http request body size that the
  listener will accept.
- utilizes a pool of byte buffers to reduce GC pressure.
2016-10-24 18:17:49 +01:00
..
aggregators Fixup some code based on feedback from @dgnorton 2016-10-12 14:50:19 +01:00
inputs http listener refactor 2016-10-24 18:17:49 +01:00
outputs Add riemann output plugin deprecation message 2016-10-11 12:28:20 +01:00
parsers http listener refactor 2016-10-24 18:17:49 +01:00
processors Change minmax aggregator to store float64 2016-10-12 14:50:19 +01:00
serializers sanitize parenthesis (#1701) 2016-09-05 14:30:40 +01:00