UNPKG

@texagon/nestjs-health

Version:

A comprehensive health monitoring package for NestJS applications with metrics and Kubernetes-ready health checks

10 lines (8 loc) 360 B
// Export all components from the health module export * from "./health/health.module"; export * from "./health/health.controller"; export * from "./health/health.service"; export * from "./health/metrics.service"; export * from "./health/request-logger.middleware"; // Export types export { RequestMetrics, ResourceMetrics } from "./health/metrics.service";