Spring Boot Dashboard for Grafana: https://grafana.com/dashboards/6756
Import the Dashboard into Grafana:
Make some fake requests to Petclinic:
$ while true; do curl -X GET http://some.ip.address:9080/owners?lastName=; sleep 1; done
Watch the trace show up in Grafana!