This module applies patches Q library to extend promises with stats method.
var StatsD = StatsD;var statsClient = prefix: 'project.'; statsClient; ;
This will send following stats to graphite:
Counters:
project.operations.xxx.attempted +1
project.operations.xxx.succeeded +1
or
project.operations.xxx.failed +1
Timing:
project.operations.xxx dt
Start time is the moment when your promise chain is being constructed (stats method called).