From e0f6fd053cc77500a2314bfc9c5dae81d132aa66 Mon Sep 17 00:00:00 2001
From: buildmaster
HealthCheckServiceInstanceListSupplier
uses properties prefixed with
-spring.cloud.loadbalancer.healthcheck
. You can set the initialDelay
and interval
+spring.cloud.loadbalancer.health-check
. You can set the initialDelay
and interval
for the scheduler. You can set the default path for the healthcheck URL by setting
-the value of the spring.cloud.loadbalancer.healthcheck.path.default
. You can also set a specific value
-for any given service by setting the value of the spring.cloud.loadbalancer.healthcheck.path.[SERVICE_ID]
, substituting the [SERVICE_ID]
with the correct ID of your service. If the path is not set, /actuator/health
is used by default.
spring.cloud.loadbalancer.health-check.path.default
. You can also set a specific value
+for any given service by setting the value of the spring.cloud.loadbalancer.health-check.path.[SERVICE_ID]
, substituting the [SERVICE_ID]
with the correct ID of your service. If the path is not set, /actuator/health
is used by default.
HealthCheckServiceInstanceListSupplier
uses properties prefixed with
-spring.cloud.loadbalancer.healthcheck
. You can set the initialDelay
and interval
+spring.cloud.loadbalancer.health-check
. You can set the initialDelay
and interval
for the scheduler. You can set the default path for the healthcheck URL by setting
-the value of the spring.cloud.loadbalancer.healthcheck.path.default
. You can also set a specific value
-for any given service by setting the value of the spring.cloud.loadbalancer.healthcheck.path.[SERVICE_ID]
, substituting the [SERVICE_ID]
with the correct ID of your service. If the path is not set, /actuator/health
is used by default.
spring.cloud.loadbalancer.health-check.path.default
. You can also set a specific value
+for any given service by setting the value of the spring.cloud.loadbalancer.health-check.path.[SERVICE_ID]
, substituting the [SERVICE_ID]
with the correct ID of your service. If the path is not set, /actuator/health
is used by default.