Explore Jaeger Analysis Skills
mainJaeger provides a catalog of analysis skills designed to automate trace inspection. These skills are organized using progressive disclosure; you should read the specific SKILL.md file for a sub-skill before applying it to understand its specific logic and requirements.
Available built-in skills include:
detect-n-plus-one: Identifies N+1 query patterns where a single parent operation triggers multiple near-identical child spans. This is useful for detecting chatty database access or repeated downstream calls.error-root-cause: Traverses a failed trace to locate the first originating error span. Use this when a request fails and you need to identify the source of the error.