Add Graphite output
This commit is contained in:
committed by
Cameron Sparr
parent
6eea89f4c0
commit
ef5c630d3a
13
plugins/outputs/graphite/README.md
Normal file
13
plugins/outputs/graphite/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user