bd9c5b6995
Also normalize TLS config across all output plugins and normalize comment strings as well. |
||
---|---|---|
.. | ||
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.