spring-boot-admin
spring-boot-admin copied to clipboard
Feature: Add support for Spring Boot Chaos Monkey endpoints
You are probably aware of the Chaos Monkey for Spring Boot project 😉. As far as I know the latter doesn't have a user interface but it does provide actuator endpoints. Wouldn't it make sense to provide a UI on top of these endpoints in Spring Boot Admin? Seems like a nice integration between both projects.
Wouldn't it make sense to provide a UI on top of these endpoints in Spring Boot Admin? Seems like a nice integration between both projects.
yep. But from my perspective the UI should be provided by an SBA UI extension residing in the CM4SB repository as it is tied to their endpoints - also I'm lacking the time to work on it.