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
554b960339
add setparser to reader
2018-06-25 09:53:35 -07:00
Max U
fdf1b9b351
add setparser to reader
2018-06-25 09:53:35 -07:00
Max U
542c030dc8
knock more errors from test files
2018-06-21 16:23:06 -07:00
Max U
071b7b9731
knock more errors from test files
2018-06-21 16:23:06 -07:00
Max U
504d978446
clean up some test cases
2018-06-21 16:12:26 -07:00
Max U
563e8e8f54
clean up some test cases
2018-06-21 16:12:26 -07:00
Max U
ec7f13111f
add more test files
2018-06-21 16:06:36 -07:00
Max U
823ba0a7e0
add more test files
2018-06-21 16:06:36 -07:00
Max U
4e24a1bbe3
add grok as a top level parser
2018-06-21 15:56:20 -07:00
Max U
ab0bf5748b
add grok as a top level parser
2018-06-21 15:56:20 -07:00
maxunt
8482c40a91
Fix selection of tags under nested objects in the JSON parser ( #4284 )
2018-06-14 13:17:32 -07:00
maxunt
a852184496
Fix selection of tags under nested objects in the JSON parser ( #4284 )
2018-06-14 13:17:32 -07:00
Daniel Nelson
0af40a8a5d
Fix dropwizard parsing error for metrics that need escaped ( #4142 )
...
If the dropwizard parser cannot convert the metric name into a valid
line protocol series then we will accept the name as is.
2018-05-14 11:00:03 -07:00
Daniel Nelson
2c29f8f84a
Fix dropwizard parsing error for metrics that need escaped ( #4142 )
...
If the dropwizard parser cannot convert the metric name into a valid
line protocol series then we will accept the name as is.
2018-05-14 11:00:03 -07:00
Daniel Meiners
9647ea88ea
Ignore UTF8 BOM in JSON parser ( #4099 )
2018-05-03 11:40:28 -07:00
Daniel Meiners
7ba8ac7645
Ignore UTF8 BOM in JSON parser ( #4099 )
2018-05-03 11:40:28 -07:00
Daniel Nelson
a3500cc33a
Fix handling of floats with multiple leading zeroes ( #4065 )
2018-04-23 13:29:49 -07:00
Daniel Nelson
b9c5e88c22
Fix handling of floats with multiple leading zeroes ( #4065 )
2018-04-23 13:29:49 -07:00
Daniel Nelson
fe4d3cd117
Fix ints being capped at 32-bits on 32-bit archs ( #4054 )
2018-04-20 14:56:28 -07:00
Daniel Nelson
493ec3773b
Fix ints being capped at 32-bits on 32-bit archs ( #4054 )
2018-04-20 14:56:28 -07:00
Daniel Nelson
e4f8a82ee6
Fix newline escaping in line protocol ( #3992 )
2018-04-09 15:29:52 -07:00
Daniel Nelson
cad0cf4c78
Fix newline escaping in line protocol ( #3992 )
2018-04-09 15:29:52 -07:00
Daniel Nelson
bcaaeda49c
Fix precision truncation when no timestamp included ( #3961 )
2018-04-02 14:32:33 -07:00
Daniel Nelson
52d9a98b09
Fix precision truncation when no timestamp included ( #3961 )
2018-04-02 14:32:33 -07:00
Daniel Nelson
64b239663c
Add mutex to influx parser
2018-04-02 12:52:23 -07:00
Daniel Nelson
d247425e03
Add mutex to influx parser
2018-04-02 12:52:23 -07:00
Daniel Nelson
38ec968b0b
Move Handler interface into machine where it is used
2018-03-30 11:11:12 -07:00
Daniel Nelson
666f757ae3
Move Handler interface into machine where it is used
2018-03-30 11:11:12 -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
Matt
a320f91516
Add line protocol uint64 support ( #3946 )
2018-03-28 16:43:25 -07:00
Matt
006ccbf05b
Add line protocol uint64 support ( #3946 )
2018-03-28 16:43:25 -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
Noah Crowley
87830a1c38
Ignore empty lines in Graphite plaintext ( #3684 )
2018-01-16 13:44:56 -08:00
Noah Crowley
b9ec94f181
Ignore empty lines in Graphite plaintext ( #3684 )
2018-01-16 13:44:56 -08:00
atzoum
d188b78d9e
Add string and boolean support to dropwizard; fix escaping of tags/fields ( #3664 )
2018-01-16 12:12:14 -08:00
atzoum
72a235d9cf
Add string and boolean support to dropwizard; fix escaping of tags/fields ( #3664 )
2018-01-16 12:12:14 -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
4f42d8a298
Add benchmark test for single metric
2017-12-08 13:23:08 -08:00
Daniel Nelson
afa6347631
Add benchmark test for single metric
2017-12-08 13:23:08 -08:00
faye-sama
a411306fba
Fail metrics parsing on unescaped quotes ( #3409 )
...
Before this change Fields() method on a metric parsed from a line with
unescaped quotes could panic. This change makes such line unparseable.
Fixes #3326
2017-11-13 15:06:47 -08:00
faye-sama
ccd21755d5
Fail metrics parsing on unescaped quotes ( #3409 )
...
Before this change Fields() method on a metric parsed from a line with
unescaped quotes could panic. This change makes such line unparseable.
Fixes #3326
2017-11-13 15:06:47 -08:00
Daniel Nelson
4243403432
Remove warning when JSON contains null value ( #3359 )
2017-10-19 16:25:58 -07:00
Daniel Nelson
69591e1fab
Remove warning when JSON contains null value ( #3359 )
2017-10-19 16:25:58 -07:00
Daniel Nelson
22a9ffbb9d
Allow JSON data format to contain zero metrics ( #3268 )
2017-09-26 15:58:33 -07:00
Daniel Nelson
596c0f97d7
Allow JSON data format to contain zero metrics ( #3268 )
2017-09-26 15:58:33 -07:00