2.0.1 • Published 6 years ago

@dnode/health v2.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

dependencies | 0 | 0

Provides an /health endpoint response with the health of the app in the MicroProfile format.

Usage

require('@dnode/controllers')(
  app,
  [
    require('@dnode/health').controller({
      example: () => {},
    }),
  ]
);

Example response

{
   "outcome":"UP",
   "checks":[
      {
         "name":"example",
         "state":"UP",
         "data":{}
      }
   ]
}

Plugins

2.0.1

6 years ago

2.0.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago