Series draft — Part 8 of 15 in Hardened Agentic Stack. Outline only; expand before un-drafting.
Phase 3: Telemetry & Observability
The Problem
You see a blocked process but not why the model thought it was a good idea.
The Infrastructure Fix
Inject LLM TraceIDs into the environment so they propagate into kernel/tool telemetry.
The Architecture Pattern
Full-Stack Trace Correlation — Prompt → Reasoning → Syscall in one view.
Planned sections
- The “Oh No” moment — concrete incident or near-miss that makes the risk visceral.
- ClawQL context — how this control protects a high-privilege local/edge agent.
- Technical how-to — concrete configs, policies, or snippets a builder can apply.
- Safety check — what “trusted enough” looks like once this layer is in place.
Key visuals
- Single TraceID across Langfuse + Tetragon + Loki
Source modules (docs.clawql.com)
Rule of Three (keep on publish)
| Layer | Takeaway |
|---|---|
| Problem | You see a blocked process but not why the model thought it was a good idea. |
| Infrastructure fix | Inject LLM TraceIDs into the environment so they propagate into kernel/tool telemetry. |
| Architecture pattern | Full-Stack Trace Correlation — Prompt → Reasoning → Syscall in one view. |