In Prometheus I've got 14 seconds for http_server_requests_seconds_max.
http_server_requests_seconds_max{exception="None",method="GET",outcome="SUCCESS",status="200",uri="/v1/**",} 14.3
Does this mean the total time for the request from the server to the client or does it only measure the time in the Spring container? I'm also measuring the time inside spring to process the data and it only takes 2.5 seconds. What I want to know is if it is a problem in Spring or if it is because of a slow network. Any Ideas?