Adding statsd

This commit is contained in:
Jonathan Cremin 2015-08-09 13:46:09 +01:00
parent 84e5925135
commit 741f49ad63
4 changed files with 12 additions and 0 deletions

1
app.js
View file

@ -11,6 +11,7 @@ import { events as userEvents } from './api/routes/user';
import web from './web/app';
import { init as storageInit } from './lib/storage';
import debugname from 'debug';
const debug = debugname('hostr');