- WHY: establish Stage 3 task-001 execution baseline per repo intent - WHAT: add minimal solution/project skeleton and boundary docs - RULE: apply stage3 execution runtime and repository workflow directives
17 lines
363 B
Markdown
17 lines
363 B
Markdown
# Tracing and Headers
|
|
|
|
## Required Incoming Headers
|
|
|
|
- `X-Correlation-Id`
|
|
- `X-Request-Id`
|
|
|
|
## Forwarding Rules
|
|
|
|
- Preserve correlation headers to downstream service calls.
|
|
- Add correlation headers if missing at the edge.
|
|
|
|
## Observability Baseline
|
|
|
|
- Log protocol, route, and correlation identifiers per request.
|
|
- Capture downstream call duration per request.
|