Module request_id

Module request_id 

Source
Expand description

Request ID infrastructure for request correlation and tracing.

This module provides a RequestId type for tracking requests across the caching layer and downstream services. Request IDs can be extracted from headers (e.g., X-Request-ID) or generated automatically.

Structsยง

RequestId
Unique identifier for tracking a request through the system.