Skip to content

Comments

feat: Add request ID propagation with tracing (#71)#78

Merged
Haroldwonder merged 2 commits intoHaroldwonder:mainfrom
Lex-Studios:feature/request-id-propagation-issue-71
Feb 23, 2026
Merged

feat: Add request ID propagation with tracing (#71)#78
Haroldwonder merged 2 commits intoHaroldwonder:mainfrom
Lex-Studios:feature/request-id-propagation-issue-71

Conversation

@Lex-Studios
Copy link
Contributor

Add Request ID Propagation (#71)

UUID per flow with tracing spans.

API:

  • generate_request_id() → unique ID
  • submit_with_request_id(...) → tracked attestation
  • quote_with_request_id(...) → tracked quote
  • get_tracing_span(id) → timing/status

Closes #71

Lex-Studios and others added 2 commits February 23, 2026 13:21
- Generate unique 128-bit UUID per flow
- Track operations in tracing spans
- Record timing, actor, and status
- Add comprehensive tests and documentation

Closes Haroldwonder#71
@Haroldwonder Haroldwonder merged commit 6351cc0 into Haroldwonder:main Feb 23, 2026
1 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Structured Request ID Propagation

2 participants