Workers - Workers automatic tracing, now in open beta
7mo ago
Source
CloudflareWorkers - Workers automatic tracing, now in open betacloudflare.comEnable automatic tracing on your Workers, giving you detailed metadata and timing information for every operation your Worker performs. Tracing helps you identify performance bottlenecks, resolve errors, and understand how your Worker interacts with other services on the Workers platform. You can now answer questions like: Which calls are slowing down my application? Which queries to my database take the longest? What happened within a request that resulted in an error? You can now: View traces alongside your logs in the Workers Observability dashboard Export traces (and correlated logs) to any OTLP-compatible destination , such as Honeycomb , Sentry or Grafana , by configuring a tracing destination in the Cloudflare dashboard Analyze and query across span attributes (operation type, status, duration, errors) To get started, set: { " observability " : { " traces " : { " enabled " : true , }, }, } Note In the future, Cloudflare plans to enable automatic tracing in addition to logs when you set observability.enabled = true in your Wrangler configuration. While automatic tracing is in early beta, this setting will not enable tracing by default, and will only enable logs. An updated compatibility_date will be required for this change to take effect. Want to learn more? Read the announcement Check out the documentation
You might also wanna read
Cloudflare expands AI bot management tools with granular traffic controls for all customers
Cloudflare is celebrating the second "Content Independence Day" by expanding AI traffic management options for all website owners. Building
Workers - Simpler runtime types with @cloudflare/workers-types v5
Cloudflare·1d ago
AI Search - Manage AI Search sync jobs with Wrangler CLI
Cloudflare·2d ago
Workers - Work across multiple accounts with Wrangler auth profiles
Cloudflare·2d ago
Cache - Cache multiple versions of a URL with Vary
Cloudflare·2d ago
Cloudflare One - Hostname routing for Cloudflare Mesh
Cloudflare·2d ago

Comments
Sign in to join the conversation.
No comments yet. Be the first.