UNPKG

@hemantwasthere/monitoring-sdk

Version:

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

11 lines (10 loc) 459 B
export declare const MONITORING_ENDPOINTS: { readonly LOKI: "https://loki-ueg5.onrender.com"; readonly PROMETHEUS: "https://prometheus-u0eq.onrender.com"; readonly GRAFANA: "https://grafana-ut9i.onrender.com"; readonly ALERTMANAGER: "https://alertmanager.onrender.com"; }; export declare const DEFAULT_CONFIG: { readonly ENVIRONMENT: "development"; }; export declare const SUPPORTED_TECHNOLOGIES: readonly ["express", "nestjs", "nodejs"];