Simple Reference Implementation of the Traffic Director API
In a Terminal
mvn spring-boot:run
Prometheus Metrics are here: http://localhost:8080/actuator/prometheus
A simple Postman script is included.
Docker run / build
Automated Docker build via Maven (to ensure current artifacts are used)
Build local image using current Maven version of artifact
mvn package dockerfile:build
mvn dockerfile:push