Polish "Add InfluxDb health indicator"
Closes gh-11159
This commit is contained in:
@@ -1224,6 +1224,7 @@ content into your application. Rather, pick only the properties that you need.
|
||||
management.health.elasticsearch.indices= # Comma-separated index names.
|
||||
management.health.elasticsearch.response-timeout=100ms # The time to wait for a response from the cluster.
|
||||
management.health.jms.enabled=true # Whether to enable JMS health check.
|
||||
management.health.influxdb.enabled=true # Whether to enable InfluxDB health check.
|
||||
management.health.ldap.enabled=true # Whether to enable LDAP health check.
|
||||
management.health.mail.enabled=true # Whether to enable Mail health check.
|
||||
management.health.mongo.enabled=true # Whether to enable MongoDB health check.
|
||||
|
||||
@@ -368,6 +368,9 @@ The following `HealthIndicators` are auto-configured by Spring Boot when appropr
|
||||
|{sc-spring-boot-actuator}/elasticsearch/ElasticsearchHealthIndicator.{sc-ext}[`ElasticsearchHealthIndicator`]
|
||||
|Checks that an Elasticsearch cluster is up.
|
||||
|
||||
|{sc-spring-boot-actuator}/influx/InfluxDbHealthIndicator.{sc-ext}[`InfluxDbHealthIndicator`]
|
||||
|Checks that an InfluxDB server is up.
|
||||
|
||||
|{sc-spring-boot-actuator}/jms/JmsHealthIndicator.{sc-ext}[`JmsHealthIndicator`]
|
||||
|Checks that a JMS broker is up.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user