telegraf/internal
jvassev 2c19d74829 Prevent loading config twice in K8S (#3999)
When config dir is mounted from configmap, filepath.Walk() finds the same
.conf file twice as 20-acme.conf is a link to ..data/20-acme.conf for example.

This patch skips all folder names starting with '..' which is pretty
uncommon and mainly used by Kubernetes mounts.
2018-04-11 16:51:19 -07:00
..
buffer Fix possible deadlock when output cannot write. (#2610) 2017-03-31 12:45:28 -07:00
config Prevent loading config twice in K8S (#3999) 2018-04-11 16:51:19 -07:00
globpath Don't match pattern on any error (#3040) 2017-07-21 14:28:14 -07:00
limiter Limit GetMetricStatistics to 10 per second 2016-05-31 11:26:52 +01:00
models Sort field names when running --test 2018-04-04 16:30:22 -07:00
templating Add support for dropwizard input format (#2846) 2018-01-08 15:11:36 -08:00
internal.go Fix single quote parsing of TOML durations 2016-11-10 09:47:46 +00:00
internal_test.go Use CircleCI 2.0 for builds (#3731) 2018-02-01 15:05:39 -08:00