Max U
46f9eb8dd9
hopefully fix weird commits
2018-06-26 14:39:49 -07:00
Max U
3deeea7a8a
Merge branch 'plugin/reader' of github.com:influxdata/telegraf into plugin/reader
2018-06-26 14:19:38 -07:00
Max U
5529d51df7
Merge branch 'master' of github.com:influxdata/telegraf into plugin/reader
2018-06-26 14:00:07 -07:00
Max U
bbd68b3820
docker will spin up
2018-06-26 11:26:43 -07:00
Max U
7845d4a466
docker will spin up
2018-06-26 11:26:43 -07:00
Max U
79d9ea4761
add docker-image spin up for reader
2018-06-26 10:26:48 -07:00
Max U
3d0647d6d9
add docker-image spin up for reader
2018-06-26 10:26:48 -07:00
Max U
9c845950a7
add grok as a top level parser, still need README
2018-06-25 15:32:27 -07:00
Max U
e1e6a08f39
add grok as a top level parser, still need README
2018-06-25 15:32:27 -07:00
maxunt
39206677f8
Add new measurement with results of pgrep lookup to procstat input ( #4307 )
2018-06-19 11:47:13 -07:00
maxunt
86e4cd0083
Add new measurement with results of pgrep lookup to procstat input ( #4307 )
2018-06-19 11:47:13 -07:00
Daniel Nelson
acba20af1a
Fix TLS and SSL config option parsing ( #4247 )
2018-06-06 18:29:59 -07:00
Daniel Nelson
661cdc4e81
Fix TLS and SSL config option parsing ( #4247 )
2018-06-06 18:29:59 -07:00
Piotr Popieluch
dfe7b5eec2
Don't skip metrics during startup in aggregate phase ( #4230 )
2018-06-05 16:30:53 -07:00
Piotr Popieluch
9a7b088839
Don't skip metrics during startup in aggregate phase ( #4230 )
2018-06-05 16:30:53 -07:00
Piotr Popieluch
e0071f365a
Print the enabled aggregator and processor plugins on startup ( #4212 )
2018-05-31 11:56:49 -07:00
Piotr Popieluch
2f9f5adc78
Print the enabled aggregator and processor plugins on startup ( #4212 )
2018-05-31 11:56:49 -07:00
Daniel Nelson
0d21296aed
Expose graphite_tag_support option in graphite output data format
2018-05-21 16:39:15 -07:00
Daniel Nelson
301c77605b
Expose graphite_tag_support option in graphite output data format
2018-05-21 16:39:15 -07:00
Daniel Nelson
de355b76d6
Simplify testing with TLS ( #4095 )
2018-05-04 16:33:23 -07:00
Daniel Nelson
55b4fcb40d
Simplify testing with TLS ( #4095 )
2018-05-04 16:33:23 -07:00
Daniel Nelson
7c0754ebe5
Move usage string to internal to fix `go run`
2018-05-04 14:16:21 -07:00
Daniel Nelson
0527474bf6
Move usage string to internal to fix `go run`
2018-05-04 14:16:21 -07:00
Bob Shannon
0b4f4b089f
Add TLS support to socket_writer and socket_listener plugins ( #4021 )
2018-04-17 17:02:04 -07:00
Bob Shannon
86933ebb7f
Add TLS support to socket_writer and socket_listener plugins ( #4021 )
2018-04-17 17:02:04 -07:00
Daniel Nelson
c8d2ba2bc8
Remove RateLimiter tests due to race conditions
...
These tests are fundamentally racy, removing to improve reliability of
test cases.
2018-04-16 18:52:52 -07:00
Daniel Nelson
13c2f68453
Remove RateLimiter tests due to race conditions
...
These tests are fundamentally racy, removing to improve reliability of
test cases.
2018-04-16 18:52:52 -07:00
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
jvassev
af7382e224
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
Daniel Nelson
beeab2c509
Sort field names when running --test
2018-04-04 16:30:22 -07:00
Daniel Nelson
15dbcd4d97
Sort field names when running --test
2018-04-04 16:30:22 -07:00
Daniel Nelson
b99cd14129
Add influx uint support as a runtime option ( #3948 )
2018-03-29 13:31:43 -07:00
Daniel Nelson
2fe2622327
Add influx uint support as a runtime option ( #3948 )
2018-03-29 13:31:43 -07:00
Daniel Nelson
1c0f63a90d
Add new line protocol parser and serializer, influxdb output ( #3924 )
2018-03-27 17:30:51 -07:00
Daniel Nelson
222a68d72e
Add new line protocol parser and serializer, influxdb output ( #3924 )
2018-03-27 17:30:51 -07:00
Daniel Nelson
8147d60973
Fix metric buffer limit in internal plugin after reload
2018-02-19 20:55:28 -08:00
Daniel Nelson
1fc8b2c71e
Fix metric buffer limit in internal plugin after reload
2018-02-19 20:55:28 -08:00
Paul Myjavec
12d62e60b3
Use CircleCI 2.0 for builds ( #3731 )
2018-02-01 15:05:39 -08:00
Paul Myjavec
9b4177d46c
Use CircleCI 2.0 for builds ( #3731 )
2018-02-01 15:05:39 -08:00
Piotr Popieluch
601dc99606
Align aggregator period with internal ticker to avoid skipping metrics ( #3693 )
...
By the time the aggregator.run() was called about 600ms already passed since setting now which was skewing up the aggregation intervals and skipping metrics.
2018-01-18 17:37:53 -08:00
Piotr Popieluch
3ea7c2d222
Align aggregator period with internal ticker to avoid skipping metrics ( #3693 )
...
By the time the aggregator.run() was called about 600ms already passed since setting now which was skewing up the aggregation intervals and skipping metrics.
2018-01-18 17:37:53 -08:00
atzoum
317de40ac4
Add support for dropwizard input format ( #2846 )
2018-01-08 15:11:36 -08:00
atzoum
05d691aa81
Add support for dropwizard input format ( #2846 )
2018-01-08 15:11:36 -08:00
Daniel Nelson
b0c2bb870e
Escape environment variables during config toml parsing ( #3637 )
2018-01-04 15:28:00 -08:00
Daniel Nelson
86701ad873
Escape environment variables during config toml parsing ( #3637 )
2018-01-04 15:28:00 -08:00
Maximilien Richer
5f215c22fe
Fix typos in comments ( #3415 )
2017-10-31 17:00:06 -07:00
Maximilien Richer
c569863119
Fix typos in comments ( #3415 )
2017-10-31 17:00:06 -07:00
Daniel Nelson
d0b690f040
Fix short tests on darwin ( #3099 )
2017-09-08 13:03:37 -07:00
Daniel Nelson
c4e9c8cbf2
Fix short tests on darwin ( #3099 )
2017-09-08 13:03:37 -07:00
Daniel Nelson
28d16188b3
Fix panic when handling string fields with escapes ( #3188 )
2017-08-30 21:16:37 -07:00