@storyous/common-utils
Advanced tools
Comparing version 4.3.0 to 4.3.1
@@ -54,3 +54,3 @@ 'use strict'; | ||
const summary = new promClient.Summary({ | ||
const histogram = new promClient.Histogram({ | ||
name: 'httpRequestDuration', | ||
@@ -62,3 +62,3 @@ help: 'Requests duration tracking', | ||
return async (ctx, next) => { | ||
const end = summary.startTimer({ | ||
const end = histogram.startTimer({ | ||
name: options.appName, | ||
@@ -65,0 +65,0 @@ method: ctx.request.method, |
{ | ||
"name": "@storyous/common-utils", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"description": "Common utils for storyous microservices", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
52582