sfogo / spring-actuator-data

Explore Spring Boot Actuator data with AngularJS.
0 stars 0 forks source link

Spring Boot Actuator Data

Objective

This project was started from the basic actuator sample. Its java classes only deviate a little from the base sample (just added some initialization). The objective is to use AngularJS to explore the data that the actuator endpoints return.

Deployment

Heroku

Locally

mvn package
java -jar target/dependency/webapp-runner.jar --port 7070 target/gs-actuator-service-0.1.0

Examples and screen shots (Heroku)

Check the app is up and running

Actuator endpoints

AngularJS Application

Locally

Deploy

mvn package
java -jar target/dependency/webapp-runner.jar --port 7070 target/gs-actuator-service-0.1.0

Point to another actuator