Overview
Advanced execution tracing for deep observability into your AI systems, tracking every step, decision, and interaction. Status: 🔮 Planned for Q2 2026What are Traces?
Comprehensive, granular records of execution flow showing exactly what happened at each step—LLM calls, tool invocations, data transformations, and decision points.Key Features
Distributed Tracing
Follow execution across components:- Trace ID propagation
- Parent-child relationships
- Cross-Project tracing
- Timeline visualization
Span Details
Every step recorded:- Function name and duration
- Input and output data
- Error messages and stack traces
- Metadata and tags
- Resource consumption
LLM-Specific Tracing
Deep visibility into Agent behavior:- Prompt templates and variables
- System and user messages
- Tool calls considered
- Tool execution results
- Model responses
- Token usage breakdown
- Reasoning/chain-of-thought
Performance Analysis
Identify bottlenecks:- Span duration breakdown
- Critical path analysis
- Concurrency visualization
- Resource usage hotspots
Cost Attribution
Track spending:- Cost per span
- LLM token costs
- API call costs
- Aggregate by component
Example Trace
Visualization
Timeline View
Waterfall chart:- Horizontal bars showing duration
- Color-coded by type
- Nested structure
- Click to expand/collapse
Graph View
Node-edge diagram:- Components as nodes
- Data flow as edges
- Highlight critical path
- Filter by type
Flamegraph
Stack-based view:- Hierarchical time distribution
- Identify hot spots
- Interactive drill-down
Search and Filter
Find specific traces:- Status (success, error, timeout)
- Duration range
- Cost range
- Component type
- Tag or metadata
- Time range
Trace Sampling
Control volume:- All traces: Full observability (dev/staging)
- Sampled: Random sample (production, high volume)
- Error-only: Trace only failures
- Smart sampling: Trace slow or expensive executions
Integrations
OpenTelemetry
Industry standard:- Export to Jaeger
- Export to Zipkin
- Export to Datadog
- Export to New Relic
Custom Backends
Send traces anywhere:- S3/Cloud storage
- Your own database
- Analytics platforms
- SIEM systems
Real-Time Streaming
Live traces:- Watch executions in real-time
- Stream to dashboard
- WebSocket updates
- Tail logs live
Trace Context Propagation
Connect external systems:Retention
Trace storage:- Free: 7 days
- Pro: 30 days
- Enterprise: 90 days or custom
Use Cases
Debugging
Find the root cause:- Why did execution fail?
- Where is the slowdown?
- What input caused this?
Optimization
Improve performance:- Identify slowest steps
- Find redundant calls
- Optimize critical path
Cost Management
Control spending:- Which components are expensive?
- Can we use cheaper models?
- Where to add caching?
Compliance
Audit trail:- What data was accessed?
- Which models were used?
- Who triggered execution?
API
Pricing
Included in all plans — No additional cost Note: Traces count toward storage quota if retained longer than default period.Timeline
Q2 2026: Basic tracing with timeline viewQ3 2026: Advanced filtering, flamegraphs
Q4 2026: OpenTelemetry export, real-time streaming
Get Notified
Sign up: triform.ai/traces-betaQuestions?
- Join Discord #observability channel
- Email: product@triform.ai