telemetry operation emits events to Cloudflare Analytics Engine for aggregated metrics, billing dashboards, and trend analysis.
Telemetry vs Observability: Telemetry is for business metrics (counts, rates, costs). For debugging traces and logs, use
logger in your agent code or enable observability.Quick Start
Configuration
Input
Output
Examples
Track Order Events
Track AI Usage
Track Document Processing
Programmatic Usage
In TypeScript agents, usectx.telemetry:
Available Methods
Analytics Engine Limits
Standard Event Schema
Conductor uses a standardized blob/double layout for auto-instrumentation:
Following this schema enables cross-project querying and standard dashboards.
Querying Analytics
Use the Cloudflare dashboard or SQL API to query your telemetry:Setup
1. Create Analytics Dataset
In Cloudflare dashboard: Workers & Pages → Analytics Engine → Create Dataset2. Add Binding to wrangler.toml
3. Use in Ensembles
Error Handling
Telemetry failures are non-blocking - they never crash your application:Related
- Observability - Debugging traces and logs
- Location Context - Geographic data for analytics
- storage - Persist aggregated data

