UNPKG

menoetius

Version:

node middleware to automatically instrument node applications for consumption by prometheus

6 lines (5 loc) 83 B
module.exports = (o) => { o = o || {} o.url = o.url || '/metrics' return o }