Skip to content

Document production ready endpoints #2048 - #4598

Open
AzazelSensei wants to merge 1 commit into
spring-cloud:mainfrom
AzazelSensei:docs-2048-production-ready-endpoints
Open

Document production ready endpoints #2048#4598
AzazelSensei wants to merge 1 commit into
spring-cloud:mainfrom
AzazelSensei:docs-2048-production-ready-endpoints

Conversation

@AzazelSensei

Copy link
Copy Markdown

There was no catalog of the HTTP paths this project exposes. I added a page for the Eureka status/health URLs, the eureka health indicator, and the server dashboard plus /eureka API. The status page defaults now match /actuator/info and /actuator/health.

Fixes #2048

Add an Actuator Endpoints page for Eureka status/health URLs,
the eureka health indicator, and the server dashboard plus /eureka API.
Point the status page defaults at /actuator/info and /actuator/health.

Fixes spring-cloudgh-2048

Signed-off-by: Abdullah <89297042+AzazelSensei@users.noreply.github.com>

Spring Cloud Netflix does not register extra Spring Boot Actuator endpoint IDs.
Use the https://docs.spring.io/spring-boot/reference/actuator/endpoints.html[Spring Boot actuator endpoints] for `health`, `info`, and the rest.
Earlier releases exposed extra IDs such as `archaius`; those Netflix OSS clients are no longer part of this project.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this sentence, it is not relevant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document production ready endpoints

3 participants