jaeger-analysis
OfficialDiagnose latency and tracing across services.
Authorincidentfox
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Jaeger traces are essential for understanding latency and errors in distributed systems. This skill provides a structured way to analyze traces, identify bottlenecks, and understand cross-service dependencies to improve performance and reliability.
Core Features & Use Cases
- End-to-end latency analysis: identify slow spans and bottlenecks across services.
- Error correlation: surface traces with errors and determine impact on user requests.
- Dependency mapping: reveal how services interact and where latency accumulates.
Quick Start
Use the jaeger-analysis skill to quickly inspect traces for a given service. For example:
- List services: python .claude/skills/observability-jaeger/scripts/list_services.py
- Get latency stats: python .claude/skills/observability-jaeger/scripts/get_latency_stats.py --service frontend
- Inspect a trace: python .claude/skills/observability-jaeger/scripts/get_trace.py <trace-id>
Dependency Matrix
Required Modules
jaeger-client
Components
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: jaeger-analysis Download link: https://github.com/incidentfox/incidentfox/archive/main.zip#jaeger-analysis Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.