Add more docs to graphite backend module.

This commit is contained in:
Mike Heffner 2012-04-02 14:53:03 -04:00
Родитель 7b1594647a
Коммит a37610679f
1 изменённых файлов: 11 добавлений и 1 удалений

Просмотреть файл

@ -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'),