jaegertracing
- 3 skills
- 0 followers
- 16 hours ago last updated
- ▌
- ▌ Error Root Cause · jaegertracingWalk a failed trace to the first originating error span and distinguish root cause from cascading failures. Use when a trace has errors and the user asks why it failed, what caused the errors, or which service is the root cause.
- ▌ Detect N Plus One · jaegertracingDetect N+1 query patterns in a trace, where one parent operation triggers many near-identical child spans (often database calls). Use when a trace is slow and shows repeated downstream calls, or when the user asks about N+1, repeated queries, or chatty DB access.