Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Distributed Debugging logo
Skill

Distributed Debugging

Wires trace context across services so a user-reported failure carries an id to look up.

0
SaveVisit website ↗

Install

Claude Code: /plugin marketplace add wshobson/agents → /plugin install distributed-debugging@claude-code-workflows
Triggers on

Mikroservisler arasında bir istek izlenirken, gecikmenin kaynağı aranırken ya da dağıtık iz altyapısı kurulurken.

Author
Seth Hobson
License
MIT

The single command covers a chain most teams assemble piecemeal: a VS Code launch configuration with source maps, a remote debug server, then OpenTelemetry with a Jaeger exporter. The detail worth copying is the HTTP middleware, which opens a span per request and writes the trace id back as an X-Trace-Id response header, so a screenshot from a user becomes a lookup instead of a guess. Sampling comes from an environment variable rather than a constant and defaults to ten percent, which is what makes the same instrumentation safe to leave switched on in production. Two agents cover the infrastructure side and the log correlation side when the templates are not enough.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar skills

Report this comment

Why are you reporting this?