Skip to content

Add a meaningful HealthCheck #37

@fishey2

Description

@fishey2

The healthcheck should tell you if:

  • Service is available (not 500)
  • Dependencies to the service are available for use (Database, Message Queues, Other (direct) Services)

To add JSON response to request with additional ifnormation:

{
"database": {
"alive":true,
"readable":true,
"writable":false
},
errors: [
"An error has occurred",
"Another error has occurred"
]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    DefaultFor feature in default (master) branch

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions