Correlation ID
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="proxy.php?url=https%3A%2F%2Fstatuscodefyi.com%2Fiframe%2Fglossary%2Fcorrelation-id%2F" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://statuscodefyi.com/glossary/correlation-id/
Add a dynamic SVG badge to your README or docs.
[](https://statuscodefyi.com/glossary/correlation-id/)
Use the native HTML custom element.
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.
Related Protocols
Mentioned in Guides
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