When I am trying to implement actuator EndpointWebExtension for HealthEndpoint, it throws Error as
Caused by: java.lang.IllegalStateException: Found multiple extensions for the endpoint bean healthEndpoint
So Question is
- Do Spring support multiple extension for Endpoint?
- Do Spring supports extension for inbuild endpoint like HeathEndpoint or extension is only supported for Custom Actuator endpoints.