roylines / node-epimetheus

node middleware to automatically instrument node applications for consumption by prometheus
MIT License
85 stars 45 forks source link

feat: hapi v17 Support #52

Open mkg20001 opened 6 years ago

mkg20001 commented 6 years ago

This commit adds hapi v17 support and changes the .instrument() method for hapi to be async

Additionally some codestyle fixes included

roylines commented 6 years ago

Please resubmit without all of the semi-colon removals. Makes it hard to code review the change. I will gladly merge then