codecentric / codecentric/spring-boot-admin
Feature: Extend support of Spring Cloud endpoints
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 12.9k
- Forks
- 3.1k
- Avg merge
- 19h 1m
- Merged PRs (30d)
- 61
Description
Hello.
According to the docs, only the /restart endpoint is supported from https://docs.spring.io/spring-cloud-commons/reference/spring-cloud-commons/application-context-services.html#endpoints.
It would be great if the others could be supported as well, especially /refresh and /env.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the existing /restart support described in the Spring Boot Admin actuator endpoints documentation and compare it with the Spring Cloud Commons endpoint documentation linked in the issue. Trace where actuator endpoint operations are handled, then add support for /refresh and /env; done means both endpoints can be used through the admin interface without breaking existing endpoint support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring, spring-boot
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100