express-prom-bundle
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "express-prom-bundle", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "express middleware with popular prometheus metrics in one bundle", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -14,3 +14,3 @@ [![build status](https://travis-ci.org/jochen-schweizer/express-prom-bundle.png)](https://travis-ci.org/jochen-schweizer/express-prom-bundle) [![Coverage Status](https://coveralls.io/repos/github/jochen-schweizer/express-prom-bundle/badge.svg?branch=master)](https://coveralls.io/github/jochen-schweizer/express-prom-bundle?branch=master) [![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://www.tldrlegal.com/l/mit) [![NPM version](https://badge.fury.io/js/express-prom-bundle.png)](http://badge.fury.io/js/express-prom-bundle) | ||
**Please not version 2.x is NOT compatible with 1.x** | ||
**Please note version 2.x is NOT backwards compatible with 1.x** | ||
@@ -40,3 +40,3 @@ ## Install | ||
The order in wich the routes are registered is important, since | ||
The order in which the routes are registered is important, since | ||
**only the routes registered after the express-prom-bundle will be measured** | ||
@@ -43,0 +43,0 @@ |
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
12338