Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in metadata for "management.health.readinessstate.enabled" #22560

Closed
snicoll opened this issue Jul 25, 2020 · 0 comments
Closed

Typo in metadata for "management.health.readinessstate.enabled" #22560

snicoll opened this issue Jul 25, 2020 · 0 comments
Assignees
Labels
type: documentation A documentation update
Milestone

Comments

@snicoll
Copy link
Member

snicoll commented Jul 25, 2020

See fe807d6#r40891661

@snicoll snicoll added the type: documentation A documentation update label Jul 25, 2020
@snicoll snicoll added this to the 2.3.3 milestone Jul 25, 2020
@snicoll snicoll self-assigned this Jul 25, 2020
snicoll referenced this issue Jul 25, 2020
Prior to this commit, the application availability infrastructure
would mix the `AvailabilityState`, the `HealthIndicator` and the
`HealthGroup` concepts and would not align with the rest.

This commit auto-configures the livenessState and readinessState
health indicators with the relevant configuration properties.
Unlike other indicators, they are not enabled by default but might
be in future versions.

This also moves the `management.health.probes.enabled` property
to `management.endpoint.health.probes.enabled` since "probes" here
is not a health indicator but rather a configuration flag for the
health endpoint.

Finally, the probes auto-configuration is refined to automatically
add liveness and readiness indicators for the probes group if
they're not already present.

Closes gh-22107
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation update
Projects
None yet
Development

No branches or pull requests

1 participant