# Jaeger

> Jaeger

- Skill: `neuralblitz/jaeger` (Agent Skill)
- Install (CLI): `npx skillmds@latest add neuralblitz/jaeger`
- Raw SKILL.md: https://api.skillmd.com/api/skills/neuralblitz/jaeger/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: NeuralBlitz (https://skillmd.com/u/neuralblitz)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/neuralblitz/jaeger

---

# Jaeger

Jaeger is an open-source distributed tracing system for monitoring and troubleshooting distributed systems. It implements OpenTelemetry standards and provides visual UI for trace analysis.

## Key Concepts

- Distributed trace context
- Spans and operations
- Trace sampling
- Service dependencies
- Performance monitoring

## Common Use Cases

- Transaction tracing
- Latency analysis
- Root cause analysis
- Distributed dependency mapping
- Performance optimization

## Best Practices

- Configure appropriate sampling rates
- Use consistent span naming
- Add meaningful span attributes
- Implement proper context propagation
- Correlate traces with logs

## Resources

- Jaegertracing.io: www.jaegertracing.io/docs
- Related Skills: opentelemetry, tracing, observability

