felipebonezi/play-actuator

Implement new health check indicators

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.
We need to provide a better way to inform if an application is healthy.

Describe the solution you'd like
It would be great to inform if database status (UP or DOWN) and other health indicators.

Indicator Description PR
jdbc JDBC database indicator. #10
slick Slick database indicator #13
redis Redis indicator (using Play-Redis or even Jedis). #12
diskspace Disk Space indicator. #9

Describe alternatives you've considered
Spring boot uses this indicator - Link