telegraf/internal/models
Cameron Sparr db7a4b24b6 Implement telegraf's own full metric type
main reasons behind this:
- make adding/removing tags cheap
- make adding/removing fields cheap
- make parsing cheaper
- make parse -> decorate -> write out bytes metric flow much faster

Refactor serializer to use byte buffer
2016-12-01 18:17:02 +00:00
..
filter.go Support Processor & Aggregator Plugins 2016-10-12 14:50:19 +01:00
filter_test.go Refactor and code cleanup of filtering 2016-09-05 16:30:18 +01:00
makemetric.go Implement telegraf's own full metric type 2016-12-01 18:17:02 +00:00
running_aggregator.go Implement telegraf's own full metric type 2016-12-01 18:17:02 +00:00
running_aggregator_test.go drop metrics outside of the aggregators period 2016-10-12 14:56:03 +01:00
running_input.go Support Processor & Aggregator Plugins 2016-10-12 14:50:19 +01:00
running_input_test.go delete nil fields in the metric maker. 2016-10-12 14:50:19 +01:00
running_output.go Implement telegraf's own full metric type 2016-12-01 18:17:02 +00:00
running_output_test.go Support Processor & Aggregator Plugins 2016-10-12 14:50:19 +01:00
running_processor.go Support ordering of processor plugins 2016-10-12 14:50:19 +01:00
running_processor_test.go Support Processor & Aggregator Plugins 2016-10-12 14:50:19 +01:00