Skip to content

Commit

Permalink
* document globalsuffix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jos Boumans committed Jul 18, 2013
1 parent ea26e47 commit 2e660ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions exampleConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ Optional Variables:
prefixTimer: graphite prefix for timer metrics [default: "timers"]
prefixGauge: graphite prefix for gauge metrics [default: "gauges"]
prefixSet: graphite prefix for set metrics [default: "sets"]
globalSuffix: global suffix to use for sending stats to graphite [default: ""]
This is particularly useful for sending per host stats by
settings this value to: require('os').hostname().split('.')[0]
repeater: an array of hashes of the for host: and port:
that details other statsd servers to which the received
Expand Down

0 comments on commit 2e660ce

Please sign in to comment.