UNPKG

@texagon/nestjs-health

Version:

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

7 lines (6 loc) 295 B
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 { RequestMetrics, ResourceMetrics } from "./health/metrics.service";