Correlation IDs track requests across distributed systems, aiding in troubleshooting.
Correlation IDs are unique identifiers added to requests as they traverse multiple services. They help trace a request's path for debugging and performance monitoring. In an e-commerce system, an order ID can be used as a correlation ID to track its lifecycle through different services like payment and shipping.