2.0.1 • Published 7 years ago

@dnode/health v2.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 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

7 years ago

2.0.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago