@hemantwasthere/monitoring-sdk
Version:
Centralized monitoring SDK for Node.js applications with Prometheus, Loki, and Grafana integration
14 lines (13 loc) • 543 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SUPPORTED_TECHNOLOGIES = exports.DEFAULT_CONFIG = exports.MONITORING_ENDPOINTS = void 0;
exports.MONITORING_ENDPOINTS = {
LOKI: "https://loki-ueg5.onrender.com",
PROMETHEUS: "https://prometheus-u0eq.onrender.com",
GRAFANA: "https://grafana-ut9i.onrender.com",
ALERTMANAGER: "https://alertmanager.onrender.com",
};
exports.DEFAULT_CONFIG = {
ENVIRONMENT: "development",
};
exports.SUPPORTED_TECHNOLOGIES = ["express", "nestjs", "nodejs"];