January 2018
Intermediate to advanced
414 pages
10h 29m
English
The trace endpoint available in the URL http://localhost:8080/actuator/trace provides detailed information of the latest 100 HTTP responses that our microservice has returned.
For example, this can be one response within our trace endpoint:
{ "timestamp": 1512029264243, "info": { "method": "GET", "path": "/hello", "headers": { "request": { "host": "localhost:8080", "connection": "keep-alive", "cache-control": "max-age=0", "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36", "upgrade-insecure-requests": "1", "accept": "text/html,application/xhtml+xml,application/xml;q=0.9, image/webp,image/apng,*/*;q=0.8", "accept-encoding": "gzip, deflate, br", ...Read now
Unlock full access