influxdata / influxdata/nginx-influxdb-module
Report request body buffered to disk
Open
kind/feature
- Dominant language
- C
- Stars
- 40
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
About `client_body_buffer_size` NGINX documentation says:
> Sets buffer size for reading client request body. In case the request body is larger than the buffer, the whole body or only its part is written to a temporary file. By default, buffer size is equal to two memory pages. This is 8K on x86, other 32-bit platforms, and x86-64. It is usually 16K on other 64-bit platforms.
We want to be able to know when this occurs by adding a field to the reported request that tracks this particular behavior.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.