Skip to the content.

Spring Boot Dashboard for Grafana: https://grafana.com/dashboards/6756

Import the Dashboard into Grafana:

image

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!

image