dee15aa224
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. |
||
---|---|---|
.. | ||
aggregators | ||
inputs | ||
outputs | ||
parsers | ||
processors | ||
serializers |