Commit Graph

4 Commits

Author SHA1 Message Date
Cameron Sparr e15ff49ea9 Warn when metrics are being overwritten
closes #601
2016-01-30 19:40:45 +00:00
Cameron Sparr 1edfa9bbd0 Throughout telegraf, use telegraf.Metric rather than client.Point
closes #599
2016-01-30 19:40:45 +00:00
Cameron Sparr 5364a20825 Create public models for telegraf metrics, accumlator, plugins
This will basically make the root directory a place for storing the
major telegraf interfaces, which will make telegraf's godoc looks quite
a bit nicer. And make it easier for contributors to lookup the few data
types that they actually care about.

closes #564
2016-01-30 19:40:45 +00:00
Cameron Sparr 5349a3b6d1 Implement a per-output fixed size metric buffer
Also moved some objects out of config.go and put them in their own
package, internal/models

fixes #568
closes #285
2016-01-22 16:29:02 -07:00