--telemetry flag enables detailed usage monitoring and analytics tracking.
Quick Start

Usage
Basic Telemetry
Combine with Metrics
Telemetry Data Collected
Use Cases
Performance Monitoring
Track execution times across different tasks:Debugging
Identify issues in agent execution:Usage Analytics
Track patterns over time:Privacy & Data
Telemetry data is used to improve PraisonAI and is handled according to our privacy policy. No prompt content or sensitive data is collected.
Whatโs Collected
- โ Execution metrics (duration, token counts)
- โ Error types and frequencies
- โ Feature usage patterns
- โ Model selection statistics
Whatโs NOT Collected
- โ Prompt content
- โ Response content
- โ API keys or credentials
- โ Personal information
Disable Telemetry
To disable telemetry globally:Best Practices
Development
Enable telemetry during development to catch performance issues early
Production
Use telemetry to monitor production deployments and track SLAs
Debugging
Combine with
-v verbose flag for detailed debugging informationCost Tracking
Pair with
--metrics for complete cost and performance visibility
