0.1.0 • Published 3 years ago

@zcong/prober v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

prober

NPM version NPM downloads

Server probe manager

Features

  • support gRPC Health Checking Protocol
  • easy to register http handler for ready and healthy
  • easy to expose status to prometheus metrics
  • easy to combine multiple probers into one
  • easy to implement yours

Install

$ yarn add @zcong/prober
# or npm
$ npm i @zcong/prober --save

Usage

see example/server.ts

License

MIT © zcong1993