Add host label to timing metrics

This commit is contained in:
Christopher Hoskin 2018-12-11 12:01:22 +00:00
parent 425a6f55ff
commit 61e6cf0493

View file

@ -86,9 +86,10 @@ module.exports = Metrics =
help: key,
maxAgeSeconds: 600,
ageBuckets: 10,
labelNames: ['app', 'path', 'status_code', 'method', 'collection', 'query']
labelNames: ['app', 'host', 'path', 'status_code', 'method', 'collection', 'query']
})
opts.app = appname
opts.host = hostname
promMetrics[key].observe(opts, timeSpan)
if process.env['DEBUG_METRICS']
console.log("doing timing", key, opts)