@storyous/common-utils
Advanced tools
Comparing version 4.1.0 to 4.2.0
@@ -22,3 +22,3 @@ 'use strict'; | ||
const url = encodeURI(`${options.url}/metrics/job/${options.appName}/instance/${os.hostname()}`); | ||
const interval = options.pushInterval ? Math.floor(options.pushInterval) : 10000; | ||
const interval = options.pushInterval ? Math.floor(options.pushInterval) : 20000; | ||
@@ -25,0 +25,0 @@ // Push periodically all metrics to prometheus gateway. |
{ | ||
"name": "@storyous/common-utils", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "Common utils for storyous microservices", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |