Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

connect-prometheus

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-prometheus - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

LICENSE

2

dist/index.js

@@ -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": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc