9c0d14bb60
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 |
||
---|---|---|
.. | ||
README.md | ||
graphite.go | ||
graphite_test.go |
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.