Autoblocks Documentation home page
Search...
⌘K
Guides
Introduction
What is Autoblocks?
Core Concepts
Demo Apps
Python
TypeScript
Prompt Management
Overview
Python
TypeScript
Prompt Snippets
Snippets Overview
Creating Snippets
Using Snippets in Prompts
Snippets FAQ
Tracing
Overview
Python
TypeScript
Testing
Overview
Python
TypeScript
Running in CI
Evaluators
Overview
Out of Box Evaluators
Python
TypeScript
Datasets
Overview
Human Review
Overview
Workflow Builder
Overview
Agent Simulate (Voice)
Getting Started
Simulations
Additional Help
Role-Based Access Control (RBAC)
Overview
LLMs
llms.txt
llms-full.txt
Login
Support
V1 Documentation
v2
Autoblocks Documentation home page
v2
Search...
⌘K
Ask AI
Login
Support
V1 Documentation
Search...
Navigation
Tracing
Overview
Tracing
Overview
Copy page
Learn about Autoblocks Tracing and how it helps you monitor and debug your AI applications.
Copy page
Tracing Overview
Autoblocks Tracing provides powerful observability for your AI applications, helping you understand and debug complex AI workflows. It integrates with OpenTelemetry to provide detailed insights into your application’s behavior.
Key Features
Comprehensive Tracing
End-to-end request tracking
Nested span support for complex operations
Detailed timing and performance metrics
Error tracking and debugging
AI-Specific Instrumentation
Automatic tracing of LLM calls
Model performance monitoring
Token usage tracking
Response quality metrics
Integration Flexibility
TypeScript and Python SDK support
OpenTelemetry compatibility
Custom span creation
Attribute management
Debugging Tools
Visual trace exploration
Error analysis
Performance optimization
Usage patterns
Core Concepts
Spans
Spans represent individual operations in your application:
Operation timing and duration
Context and attributes
Error tracking
Parent-child relationships
Traces
Traces show the complete flow of a request:
End-to-end request tracking
Nested operation visualization
Performance analysis
Error correlation
Attributes
Add context to your traces:
Custom metadata
Performance metrics
Error details
Operation parameters
Error Handling
Track and debug issues:
Exception recording
Error status tracking
Stack trace capture
Error correlation
Next Steps
TypeScript Quick Start
Python Quick Start
Previous
Quickstart
Learn how to use Autoblocks tracing in Python applications
Next
On this page
Tracing Overview
Key Features
Comprehensive Tracing
AI-Specific Instrumentation
Integration Flexibility
Debugging Tools
Core Concepts
Spans
Traces
Attributes
Error Handling
Next Steps
Assistant
Responses are generated using AI and may contain mistakes.