telegraf/plugins
Cameron Sparr dee15aa224 Limit the maximum size of a single http body read
if the content-length of the http request is smaller than the maximum
    size, then we will read the entire body at once.

if the content-length of the http request is larger than the maximum
    size, then we will read the request body in chunks no larger than
    20MB at a time. This is to prevent the http handler creating huge
    allocations and potentially OOMing if a user posts a large file
    of metrics to the /write endpoint.
2016-10-17 16:45:04 +01:00
..
aggregators Fixup some code based on feedback from @dgnorton 2016-10-12 14:50:19 +01:00
inputs Limit the maximum size of a single http body read 2016-10-17 16:45:04 +01:00
outputs Add riemann output plugin deprecation message 2016-10-11 12:28:20 +01:00
parsers Fixup http write handler changes 2016-10-13 18:48:48 +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