|  | ||
|---|---|---|
| .. | ||
| README.md | ||
| graphite.go | ||
| graphite_test.go | ||
		
			
				
				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.