/optaplanner-micrometer-blog

Primary LanguageJavaApache License 2.0Apache-2.0

OptaPlanner + Micrometer

Requirements

Running

./run.sh

Will build docker images for Prometheus and the example application, then start the example application, Prometheus and Grafana on ports 8080, 9090, and 3000 respectively.

Once started, visit localhost:8080 to view the application, localhost:9090 to see the Prometheus UI, and localhost:3000 to view the Grafana UI.

Stopping

./stop.sh

Will stop the example application, Prometheus and Grafana.

More information