telegraf/plugins/outputs/graphite
Jack Zampolin ddcd99a1ce Push ghwebhooks branch 2016-01-20 12:19:03 -08:00
..
README.md Add Graphite output 2016-01-16 17:19:27 -07:00
graphite.go Push ghwebhooks branch 2016-01-20 12:19:03 -08:00
graphite_test.go Push ghwebhooks branch 2016-01-20 12:19:03 -08: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.