I have implemented an API in Spring Boot which does all the RESTful calls successfully.
As an extra credit part of the assignment, I am required to track response time of all the calls to the RESTful service and be able to visualise the data on a line graph.
They suggested using grafana which I have downloaded.
I'm just not sure on how I would be able to track the response time of each call
