Discover Packages
github.com/hryyan/telegraf
plugins
outputs
graphite
package
Version:
v0.10.1
Opens a new window with list of versions in this module.
Published: Jan 27, 2016
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README Documentation Source Files Graphite Output Plugin Index Constants Variables Functions Types type Graphite (g) Close() (g) Connect() (g) Description() (g) SampleConfig() (g) Write(points)
README
¶
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.
Expand ▾
Collapse ▴
Documentation
¶
Choose a random server in the cluster to write to until a successful write
occurs, logging each unsuccessful. If all servers fail, return error.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.