telegraf/plugins/outputs/graphite
Cameron Sparr e619493ece Implementing generic parser plugins and documentation
This constitutes a large change in how we will parse different data
formats going forward (for the plugins that support it)

This is working off @henrypfhu's changes.
2016-02-08 21:08:44 -07:00
..
README.md Add Graphite output 2016-01-16 17:19:27 -07:00
graphite.go mqtt output: cleanup, implement TLS 2016-02-04 10:44:37 -07:00
graphite_test.go Implementing generic parser plugins and documentation 2016-02-08 21:08:44 -07:00

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.