Add read_buffer_size option to statsd input (#4598)

This commit is contained in:
Daniel Nelson
2018-08-27 14:47:04 -07:00
committed by GitHub
parent 61e5d500ba
commit e2b1a6bc89
2 changed files with 10 additions and 0 deletions

View File

@@ -58,6 +58,10 @@
## calculation of percentiles. Raising this limit increases the accuracy
## of percentiles but also increases the memory usage and cpu time.
percentile_limit = 1000
## Maximum socket buffer size in bytes, once the buffer fills up, metrics
## will start dropping. Defaults to the OS default.
# read_buffer_size = 65535
```
### Description