codecentric / codecentric/spring-boot-admin

Feature: Extend support of Spring Cloud endpoints

Open
#5,597 6 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.