-
feat(logging): add client request metadata extraction and propagation
发布于
2026-07-28 08:34:15 +00:00 - Added
ClientRequestMetadatastruct to capture client IP,X-Forwarded-Forheaders, and user agent. - Implemented metadata extraction in HTTP handlers and propagation through context.
- Updated Redis queue plugin to include client request metadata in payloads.
- Added tests to validate metadata extraction and inclusion in request contexts.
下载附件
- Added