telegraf/plugins/parsers/graphite
Cameron Sparr e96f7a9b12 graphite parser, handle multiple templates empty filter
Previously, the graphite parser would simply overwrite any template that
had an identical filter to a previous template. This included the empty
filter.

Now we will still overwrite, but first we will sort to make sure that
the most "specific" template always matches.

closes #1731
2016-10-11 15:22:51 +01:00
..
config.go Implementing generic parser plugins and documentation 2016-02-08 21:08:44 -07:00
errors.go Implementing generic parser plugins and documentation 2016-02-08 21:08:44 -07:00
parser.go graphite parser, handle multiple templates empty filter 2016-10-11 15:22:51 +01:00
parser_test.go graphite parser, handle multiple templates empty filter 2016-10-11 15:22:51 +01:00