telegraf/metric
Daniel Nelson a275e6792a Fix metric splitting edge cases (#2896)
Metrics needing one extra byte to fit the output buffer would not be split, so we would emit lines without a line ending. Metrics which overflowed by exactly one field length would be split one field too late, causing truncated fields.
2017-06-07 13:37:54 -07:00
..
escape.go More unit tests for new metric 2016-12-01 19:07:14 +00:00
inline_strconv_parse.go Implement telegraf's own full metric type 2016-12-01 18:17:02 +00:00
inline_strconv_parse_test.go More unit tests for new metric 2016-12-01 19:07:14 +00:00
metric.go Fix metric splitting edge cases (#2896) 2017-06-07 13:37:54 -07:00
metric_benchmark_test.go Support a telegraf.Metric.Split function 2016-12-07 15:18:47 +00:00
metric_test.go Fix metric splitting edge cases (#2896) 2017-06-07 13:37:54 -07:00
parse.go Add support for precision in http_listener (#2644) 2017-04-10 16:39:40 -07:00
parse_test.go Add support for precision in http_listener (#2644) 2017-04-10 16:39:40 -07:00
reader.go Fix udp metric splitting (#2880) 2017-06-05 12:44:29 -07:00
reader_test.go Fix udp metric splitting (#2880) 2017-06-05 12:44:29 -07:00