Jaeger UI Guide
Jaeger UI Guide
Jaeger provides distributed tracing visualization for the LLM platform. View traces, analyze performance, and debug distributed systems.
Access Jaeger UI
# Docker docker run -d -p 16686:16686 -p 14268:14268 jaegertracing/all-in-one:latest # Open UI open http://localhost:16686 # Kubernetes kubectl port-forward -n observability svc/jaeger 16686:16686
Features
1. Trace Search
- Filter by service, operation, tags
- Time range selection
- Min/max duration filters
2. Trace View
- Span timeline visualization
- Waterfall charts
- Span details and attributes
3. Service Dependencies
- Dependency graph
- Service-to-service communication
- Performance metrics
4. System Architecture
- Service topology
- Request flow visualization
Usage
Search Traces
Service: tdd-enforcer
Operation: enforce-tdd
Tags: error=true
Min Duration: 1s
Analyze Span
Click span to view:
- Operation name
- Duration
- Attributes/tags
- Logs
- Process info