prometheus-api-metrics
Advanced tools
Comparing version
{ | ||
"name": "prometheus-api-metrics", | ||
"version": "2.2.6", | ||
"version": "2.2.7", | ||
"description": "API and process monitoring with Prometheus for Node.js micro-service", | ||
@@ -5,0 +5,0 @@ "author": "Idan Tovi", |
@@ -9,4 +9,4 @@ import { RequestHandler, Response } from 'express'; | ||
constructor(options?: CollectorOpts) | ||
init(options?: CollectorOpts): void | ||
collect(res: Response | any): void | ||
static init(options?: CollectorOpts): void | ||
static collect(res: Response | any): void | ||
} | ||
@@ -13,0 +13,0 @@ |
44565
0.03%