I am planning to a implement a healthcheck endpoint for an micronaut application with sqlitedb (in memory) and downstream apis (which already have healthcheck endpoint). Is there a way to get the health details for the DB? or Does the application in running state means that DB is up and working since Out of Memory error would lead to application crash.? Would there be a scenario in which application is running but DB is not up?
1.4m articles
1.4m replys
5 comments
57.0k users