- Cluster mode available!. Now, application that uses more than one process can be monitored as a single application.
- Removed .jsonSummary and .getSummary methods. Now, express-metrics launches a new server that exposes the metrics on another port. The metrics can be reached on /metrics path.
- Now test are launched by the runner installed locally
- Integrated Travis CI
- Improved metrics report.
- Added header "X-Response-Time" with the response time in ms.
- Now options can be passed for customization.
- new API:
- summary -> jsonSummary
- getData -> getSummary
- Initial version