telex-server-monitor-sdk
Version:
SDK for Telex Server Monitor - A lightweight agent that collects and reports server CPU metrics to the Telex monitoring platform
13 lines (12 loc) • 407 B
JavaScript
/**
* Telex Server Monitor
*
* A monitoring agent that collects server metrics and sends them to the Telex platform.
*/
export * from "./services/periodicMonitorServices/monitor.js";
export * from "./metrics/collector.js";
export * from "./config/config.js";
export * from "./utils/logger.js";
export * from "./utils/constant.js";
export * from "./utils/store.js";
export * from "./utils/interface.js";