mirror of
https://github.com/katanemo/plano.git
synced 2026-07-02 15:51:02 +02:00
967 B
967 B
| name | description | license | metadata | ||||
|---|---|---|---|---|---|---|---|
| plano-observability-debugging | Improve Plano tracing and debugging workflows. Use for sampling strategy, span attributes, and trace query-based root-cause analysis. | Apache-2.0 |
|
Plano Observability and Debugging
Use this skill to make routing and latency behavior inspectable and debuggable.
When To Use
- "Enable tracing correctly"
- "Add useful span attributes"
- "Debug why a request routed incorrectly"
- "Inspect filter/model latency from traces"
Apply These Rules
observe-tracingobserve-span-attributesobserve-trace-query
Execution Checklist
- Enable tracing with environment-appropriate sampling.
- Add useful static and header-derived span attributes.
- Use
planoai tracefilters to isolate route and latency issues. - Prefer trace evidence over assumptions in recommendations.
- Return exact commands to reproduce and validate findings.