Merge pull request #11115 from espiegelberg:master
* pr/11115: Add reference to Neo4j's health indicator
This commit is contained in:
commit
bae7c96ea8
|
@ -377,6 +377,9 @@ The following `HealthIndicators` are auto-configured by Spring Boot when appropr
|
|||
|{sc-spring-boot-actuator}/mongo/MongoHealthIndicator.{sc-ext}[`MongoHealthIndicator`]
|
||||
|Checks that a Mongo database is up.
|
||||
|
||||
|{sc-spring-boot-actuator}/neo4j/Neo4jHealthIndicator.{sc-ext}[`Neo4jHealthIndicator`]
|
||||
|Checks that a Neo4j server is up.
|
||||
|
||||
|{sc-spring-boot-actuator}/amqp/RabbitHealthIndicator.{sc-ext}[`RabbitHealthIndicator`]
|
||||
|Checks that a Rabbit server is up.
|
||||
|
||||
|
|
Loading…
Reference in New Issue