Spring Boot Actuator - MAX property
I am using Spring Boot Actuator dependency to get insights of application. For that, I have used Spring Boot Admin. Configuration for client-server is working fine. I have to measure the count, total-time, max for endpoints which are going to execute. uri:/user/asset/getAllAssets TOTAL_TIME: 831ms MAX: 0ms uri:/user/getEmployee/{employeeId} TOTAL_TIME: 98ms MAX: 0ms Why MAX (time) is 0 while TOTAL_TIME: is Xms While I execute generalize form localhost:8889/actuator/metrics/http.server.requests I get the MAX as 3.00.. I had also seen production-ready-features but not able to find any