Agora
Guides

Guides

Task-oriented recipes for Telescope — write a custom watcher, implement a custom storage backend, build a dashboard extension, shape what gets captured with tags and redaction, correlate by request context, and add AI exception diagnosis.

Concept pages explain how Telescope works; these guides are how to do a specific thing. Each one is a worked example against the real APIs, ending with a short "how it works" dissection of the load-bearing lines.

GuideWhen you reach for it
Custom watcherA subsystem you want in Telescope that no built-in watcher covers.
Custom storage adapterYou need a backend other than memory or Lucid (Mongo, Redis, …).
Building an extensionA sibling library should add its own dashboard page.
Tags & redactionShape what gets captured — extra tags, drop noise, scrub secrets.
Request contextCorrelate entries to a user / trace and pivot on them.
AI exception diagnosisTurn an exception into a cause + fix with Claude.

Looking for a concept rather than a task? Start at Capture & correlation.