telegraf/internal
Daniel Nelson b086ecee0c Do not allow metrics with trailing slashes (#3007)
It is not possible to encode a measurement, tag, or field whose last
character is a backslash due to it being an unescapable character.
Because the tight coupling between line protocol and the internal metric
model, prevent metrics like this from being created.

Measurements with a trailing slash are not allowed and the point will be
dropped.  Tags and fields with a trailing a slash will be dropped from
the point.
2017-07-11 15:54:38 -07:00
..
buffer Fix possible deadlock when output cannot write. (#2610) 2017-03-31 12:45:28 -07:00
config Add Kafka 0.9+ consumer support (#2487) 2017-06-07 18:22:28 -07:00
globpath Add more nested globpath tests 2017-02-01 23:44:35 +00:00
limiter Limit GetMetricStatistics to 10 per second 2016-05-31 11:26:52 +01:00
models Do not allow metrics with trailing slashes (#3007) 2017-07-11 15:54:38 -07:00
internal.go Fix single quote parsing of TOML durations 2016-11-10 09:47:46 +00:00
internal_test.go Fix single quote parsing of TOML durations 2016-11-10 09:47:46 +00:00