UNPKG

@hemantwasthere/monitoring-sdk

Version:

Centralized monitoring SDK for Node.js applications with Prometheus, Loki, and Grafana integration

3 lines (2 loc) 170 B
import { Request, Response, NextFunction } from 'express'; export declare function expressMetricsMiddleware(): (req: Request, res: Response, next: NextFunction) => void;