Spring Boot's "Actuator" provides a dozen or more json http "endpoints" for performance/health monitoring. Need to create a new Actuator endpoint that provides heapSpank data. [Here is one guide](http://www.dineshonjava.com/2016/08/spring-boot-actuator-complete-guide.html#.WGg3prYrIxg) for creating the new endpoint.
Spring Boot's "Actuator" provides a dozen or more json http "endpoints" for performance/health monitoring.
Need to create a new Actuator endpoint that provides heapSpank data.
Here is one guide for creating the new endpoint.