Goal
Track the remaining tracing work on top of PowerContext's OpenTelemetry support.
This issue replaces #159 and the tracing requirements in #1163.
Current support
Remaining work
Constraints
- Do not record queries, prompts, responses, Memory content, or vectors.
- Keep span attributes bounded.
- Tracing must remain optional and must not affect Runtime behavior.
- Do not store traces or build a trace viewer in PowerContext.
- Keep the existing operation names and W3C propagation contract.
References
docs/en/rfcs/0046_observability_foundations.md
src/powercontext/server/tracing.py
src/powercontext/client/tracing.py
Goal
Track the remaining tracing work on top of PowerContext's OpenTelemetry support.
This issue replaces #159 and the tracing requirements in #1163.
Current support
Remaining work
Constraints
References
docs/en/rfcs/0046_observability_foundations.mdsrc/powercontext/server/tracing.pysrc/powercontext/client/tracing.py