Update the health check endpoint route builder extensions to make the endpoint display name configurable. #8359
Labels
area-healthchecks
Includes: Healthchecks (some bugs also in Extensions repo)
Is your feature request related to a problem? Please describe.
In ASP.NET Core 3.0 Preview 3, the health check endpoint route builder extensions specify a common display name ("Health checks") for all health check endpoints.
Describe the solution you'd like
It would be helpful if the extensions allowed the display name to be configurable by the service. For example, a service running on Kubernetes may have two separate health check endpoints for the liveness and readiness probes.
Describe alternatives you've considered
The alternative would be to manually configure the health check endpoints in my service.
The text was updated successfully, but these errors were encountered: