Adds statsd to the application

- statsd client from utils
- adds to logger an get same method based reporting as we do for the API.
This commit is contained in:
Martyn Inglis
2016-12-01 17:21:06 +00:00
parent 20d9964f71
commit 0bc48897f3
3 changed files with 22 additions and 1 deletions

View File

@@ -5,3 +5,4 @@ export DANGEROUS_SALT='dev-notify-salt'
export SECRET_KEY='dev-notify-secret-key'
export DESKPRO_API_HOST=""
export DESKPRO_API_KEY=""
export STATSD_PREFIX="stats-prefix"