telegraf/plugins/outputs/graphite/README.md

14 lines
348 B
Markdown
Raw Normal View History

2016-01-08 00:26:33 +00:00
# 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.