express-prom-bundle
Advanced tools
Comparing version 5.0.1 to 5.0.2
{ | ||
"name": "express-prom-bundle", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "express middleware with popular prometheus metrics in one bundle", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -220,3 +220,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) | ||
In this case the stats for URI paths and HTTP methods are collected separately, | ||
while replacing all HEX values starting from 5 characters and all emails in the path as #val. | ||
while replacing all HEX values starting from 5 characters and all IP addresses in the path as #val. | ||
@@ -244,3 +244,3 @@ ```json | ||
"extraMasks": [ | ||
"^[0-9]+\\.[0-9]+\\.[0-9]+$" | ||
"^[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+$" | ||
] | ||
@@ -247,0 +247,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
17997