Distributed Debugging
Wires trace context across services so a user-reported failure carries an id to look up.
Install
Claude Code: /plugin marketplace add wshobson/agents → /plugin install distributed-debugging@claude-code-workflows
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.
Similar skills
Dash0 Agent Plugin
SkillInstruments the coding agent itself, emitting tool calls and token use as OpenTelemetry traces.
Error Debugging
SkillWorks backward from a symptom to the release that caused it, then writes the query catching a repeat.
Sentry CLI
SkillUses the sentry command directly, letting it detect the org and project instead of asking first.
Comments(0)
Sign in to comment