Skip to content

Add HealthIndicator implementation for ArangoDB for readiness checks #23282

@oliverlockwood

Description

@oliverlockwood

We have recently upgraded our microservices platform to use Spring-Boot 2.3 and are making use of the new functionality around liveness & readiness health checks. In general it seems to be working well 👍

A number of our microservices use ArangoDB as a backing store. I would like these microservices to include Arango availability in their readiness checks, and this is not currently supported out-of-the-box by spring-boot-actuator.

To this end I intend to follow the guidelines at https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-features.html#writing-custom-healthindicators

However it occurred to me that this would be potentially useful for the broader Spring community so I thought I would ask whether you would consider a submission of a pull request to spring-boot-actuator to add this functionality, or if you would prefer to leave that outside the project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: declinedA suggestion or change that we don't feel we should currently apply

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions