UNPKG

@hemantwasthere/monitoring-sdk

Version:

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

7 lines (6 loc) 300 B
import { CallHandler, ExecutionContext, NestInterceptor } from '@nestjs/common'; import { Observable } from 'rxjs'; export declare class MonitoringInterceptor implements NestInterceptor { private metricsService; intercept(context: ExecutionContext, next: CallHandler): Observable<unknown>; }