Tag

httptrace

1 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Apr 27, 2025 · Backend Development

How to Log HTTP Requests & Responses with Spring Boot Actuator (Full Code Guide)

This article explains how to use Spring Boot Actuator's HTTP trace feature to record request and response metadata, shows the required dependencies and configuration, demonstrates a custom Redis repository, and provides complete code examples for testing the logging functionality.

ActuatorJavaSpring Boot
0 likes · 7 min read
How to Log HTTP Requests & Responses with Spring Boot Actuator (Full Code Guide)
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jul 4, 2024 · Backend Development

How to Monitor Spring Boot HTTP Requests with Actuator: A Step‑by‑Step Guide

This article explains why monitoring HTTP requests in Spring Boot is essential for stability, performance, debugging, user analysis, and security, and provides a complete hands‑on tutorial using Actuator to record, view, customize, and persist request‑response data.

ActuatorJavaSpringBoot
0 likes · 8 min read
How to Monitor Spring Boot HTTP Requests with Actuator: A Step‑by‑Step Guide