connect-prometheus
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -228,3 +228,3 @@ 'use strict'; | ||
} | ||
async function getMetrics(indice) { | ||
async function getMetrics(indice = []) { | ||
const cluster = global.cluster; | ||
@@ -231,0 +231,0 @@ if (cluster) { |
@@ -33,3 +33,7 @@ import { IncomingMessage, ServerResponse } from 'http' | ||
interface IncomingMessage { | ||
getMetrics?: typeof getMetrics | ||
/** | ||
* get prometheus metrics | ||
* @params indices the cluster index, | ||
*/ | ||
getMetrics?: (indices?: number[]) => Promise<string> | ||
} | ||
@@ -36,0 +40,0 @@ } |
{ | ||
"name": "connect-prometheus", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
18511
6
448