зеркало из https://github.com/microsoft/statsd.git
Add more docs to graphite backend module.
This commit is contained in:
Родитель
7b1594647a
Коммит
a37610679f
|
@ -1,5 +1,15 @@
|
|||
/*
|
||||
* Flushes stats to graphite.
|
||||
* Flush stats to graphite (http://graphite.wikidot.com/).
|
||||
*
|
||||
* To enable this backend, include 'graphite' in the backends
|
||||
* configuration array:
|
||||
*
|
||||
* backends: ['graphite']
|
||||
*
|
||||
* This backend supports the following config options:
|
||||
*
|
||||
* graphiteHost: Hostname of graphite server.
|
||||
* graphitePort: Port to contact graphite server at.
|
||||
*/
|
||||
|
||||
var net = require('net'),
|
||||
|
|
Загрузка…
Ссылка в новой задаче