Commit 0a2ae894 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge pull request #18249 from AlexFalappa

* gh-18249:
  Fix typos in HealthContributors definition

Closes gh-18249
parents 5ea994d9 38fb16a7
......@@ -653,7 +653,7 @@ Spring Boot includes a number of auto-configured `HealthContributors` and you ca
A `HealthContributor` can either be a `HealthIndicator` or a `CompositeHealthContributor`.
A `HealthIndicator` provides actual health information, including a `Status`.
A `CompositeHealthContributor` provides a composite of other `HealthContributors`.
Taken together, contributor for a tree structure to represent the overall system heath.
Taken together, contributors form a tree structure to represent the overall system health.
By default, the final system health is derived by a `StatusAggregator` which sorts the statuses from each `HealthIndicator` based on an ordered list of statuses.
The first status in the sorted list is used as the overall health status.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment