Skip to content

Commit 4dbb3d5

Browse files
committed
add links to spring health indicator
1 parent 954a893 commit 4dbb3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/actuator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ To enable this integration, add the following properties to your application con
193193
grpc.server.health-service-type=ACTUATOR
194194
````
195195
196-
The integration allows you to check the health status for the whole service or specific health indicators, where the `service` is the name of the `HealthIndicator`.
196+
The integration allows you to check the health status for the whole service or specific health indicators, where the `service` is the key of the [`HealthIndicator`](https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html#actuator.endpoints.health.auto-configured-health-indicators).
197197
`Watch` is not yet supported because actuator is pull-based and does not automatically tries to determine the status of the service to notify clients.
198198

199199

0 commit comments

Comments
 (0)