telegraf/plugins/outputs/graphite
Cameron Sparr 9c0d14bb60 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-27 15:42:50 -07:00
..
README.md Add Graphite output 2016-01-16 17:19:27 -07:00
graphite.go Create public models for telegraf metrics, accumlator, plugins 2016-01-27 15:42:50 -07:00
graphite_test.go Fix issue 524 2016-01-20 10:57:35 -08:00

README.md

Graphite Output Plugin

This plugin writes to Graphite via raw TCP.

Parameters:

Servers []string
Prefix  string
Timeout int
  • servers: List of strings, ["mygraphiteserver:2003"].
  • prefix: String use to prefix all sent metrics.
  • timeout: Connection timeout in second.