#Observability
2 articles — newest first.
- 7 min read
Kill Async Deadlocks in Tauri with Tokio Task Dumps + Tracing
A field guide to diagnosing and terminating async deadlocks in production Tauri apps using Tokio task dumps, tokio-console, and end-to-end tracing spans.
- 7 min read
When Logs Lie: Tracing LLM Agents with OpenTelemetry
The live RAG concierge on this site ships a span per step — tokens, cost, latency in OpenTelemetry — which is how I trace LLM agents, not guess from logs.