I would like to display my custom actuator endpoint for an application registered with springboot admin.
By default it only displays health, management and service url's.
Is there a way to make this happen?
Thanks
I would like to display my custom actuator endpoint for an application registered with springboot admin.
By default it only displays health, management and service url's.
Is there a way to make this happen?
Thanks
you can add your own views. But there is no guide on that. Look at the source of https://github.com/codecentric/spring-boot-admin/tree/master/spring-boot-admin-server-ui-activiti should give you the basic idea.