Correlation ID
A unique identifier (commonly X-Request-ID or X-Correlation-ID) propagated through all services handling a single request, enabling end-to-end tracing in distributed systems. Generated at the edge (API gateway or first service) and passed via HTTP or gRPC headers to downstream services. All log entries for a request share the same correlation ID, making root cause analysis possible across service boundaries.
Protokol Terkait
Disebutkan dalam Panduan
Debugging 500 Internal Server Error: A Systematic Approach
Debugging & Troubleshooting
Spring Boot Error Handling with @ControllerAdvice
Framework Cookbooks
API Migration: Monolith to Microservices
Migration & Upgrades
Observability for HTTP Status Codes: Metrics, Logs, and Alerts
Production Infrastructure