telegraf/internal
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
..
buffer http listener refactor 2016-10-24 18:17:49 +01:00
config Log config file parsing errors properly 2016-10-12 16:50:22 +01:00
errchan New object: ErrChan for concurrent err handling 2016-06-02 13:29:37 +01:00
globpath globpath: only walk tree if ** is defined 2016-09-28 15:44:29 +01:00
limiter Limit GetMetricStatistics to 10 per second 2016-05-31 11:26:52 +01:00
models drop metrics outside of the aggregators period 2016-10-12 14:56:03 +01:00
internal.go Major Logging Overhaul 2016-10-03 17:13:03 +01:00
internal_test.go mongodb input: fix version 2.2 panic 2016-09-06 11:58:06 +01:00