Spring MVC HTTP Request Metrics

Spring MVC HTTP Request Metrics describes the metrics exported by Micrometer Stats Exporter for the number of requests processed and time spent processing by Spring MVC framework.

Table 1. Spring MVC HTTP Request Metrics
Metric Description
http_server_requests_seconds_count Total number of HTTP requests handled for each URI/method/outcome.
http_server_requests_seconds_max Maximum time spent processing each HTTP request.
http_server_requests_seconds_sum Total time spent processing each HTTP request.