GenerateRequestId

Function GenerateRequestId 

Source
pub fn GenerateRequestId() -> String
Expand description

Generate a unique request ID

Creates a UUID v4 for tracing and correlation of requests. The ID is guaranteed to be unique (with extremely high probability).

TODO: Replace with ULID for sortable IDs TODO: Add optional prefix for service identification