Comparing version 0.1.9 to 0.1.10
'use strict'; | ||
var os = require('os'); | ||
var hoek = require('hoek') | ||
var log = require('debug')('svcs:jobs:runtime'); | ||
@@ -22,3 +23,8 @@ | ||
var bench = new hoek.Bench(); | ||
setImmediate(function () { | ||
statsd.gauge('node.gauge.process.event.delay', bench.elapsed()); | ||
}); | ||
}; | ||
}; |
@@ -32,3 +32,3 @@ 'use strict'; | ||
var routingKey = this.fields.routingKey; | ||
debug('router', this.router); | ||
debug('router', this.router.pattern); | ||
debug('routingKey', routingKey); | ||
@@ -35,0 +35,0 @@ |
{ | ||
"name": "svcs", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "AMQP driven micro services for node.", | ||
@@ -36,4 +36,5 @@ "main": "index.js", | ||
"houkou": "~0.2.1", | ||
"statsd-client": "0.0.15" | ||
"statsd-client": "0.0.15", | ||
"hoek": "~1.4.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21648
537
8
+ Addedhoek@~1.4.1
+ Addedhoek@1.4.1(transitive)