Add Graphite output

This commit is contained in:
Thibault Cohen
2016-01-07 19:26:33 -05:00
committed by Cameron Sparr
parent 6eea89f4c0
commit ef5c630d3a
4 changed files with 252 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Graphite Output Plugin
This plugin writes to [Graphite](http://graphite.readthedocs.org/en/latest/index.html) 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.