Skip to content

Commit 0975b5b

Browse files
dreis2211snicoll
authored andcommitted
Fix link formatting in custom HealthIndicator section
See gh-18170
1 parent 7a49651 commit 0975b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ NOTE: The identifier for a given `HealthIndicator` is the name of the bean witho
748748
In the preceding example, the health information is available in an entry named `my`.
749749

750750
In addition to Spring Boot's predefined {spring-boot-actuator-module-code}/health/Status.java[`Status`] types, it is also possible for `Health` to return a custom `Status` that represents a new system state.
751-
In such cases, a custom implementation of the{spring-boot-actuator-module-code}/health/StatusAggregator.java[`StatusAggregator`] interface also needs to be provided, or the default implementation has to be configured by using the `management.endpoint.health.status.order` configuration property.
751+
In such cases, a custom implementation of the {spring-boot-actuator-module-code}/health/StatusAggregator.java[`StatusAggregator`] interface also needs to be provided, or the default implementation has to be configured by using the `management.endpoint.health.status.order` configuration property.
752752

753753
For example, assume a new `Status` with code `FATAL` is being used in one of your `HealthIndicator` implementations.
754754
To configure the severity order, add the following property to your application properties:

0 commit comments

Comments
 (0)