Documentation for load balancing on graphite output servers (#1469)

* Added documentation for load balancing on graphite output servers

* clarifications

* updates1

* updates2

* updates3
This commit is contained in:
Kostas Botsas
2016-07-14 18:06:00 +03:00
committed by Cameron Sparr
parent bb4f18ca88
commit 7b550c11cb
3 changed files with 6 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ via raw TCP.
# Configuration for Graphite server to send metrics to
[[outputs.graphite]]
## TCP endpoint for your graphite instance.
## If multiple endpoints are configured, the output will be load balanced.
## Only one of the endpoints will be written to with each iteration.
servers = ["localhost:2003"]
## Prefix metrics name
prefix = ""

View File

@@ -25,6 +25,8 @@ type Graphite struct {
var sampleConfig = `
## TCP endpoint for your graphite instance.
## If multiple endpoints are configured, output will be load balanced.
## Only one of the endpoints will be written to with each iteration.
servers = ["localhost:2003"]
## Prefix metrics name
prefix = ""