@microservice-stack/nest-health
TypeScript icon, indicating that this package has built-in type declarations

0.1.56 • Public • Published

Health

This library provides a module that adds a /health endpoint to your nest service. This endpoint can be used for Kubernetes health checks.

import { Module } from '@nestjs/common';
import { HealthModule } from '@microservice-stack/nest-health';

@Module({
  imports: [HealthModule],
})
export class AppModule {}

Readme

Keywords

none

Package Sidebar

Install

npm i @microservice-stack/nest-health

Weekly Downloads

62

Version

0.1.56

License

none

Unpacked Size

3.15 kB

Total Files

11

Last publish

Collaborators

  • lukafurlan