🚀 Workers Automatic Tracing - Now in Open Beta! #11062
Replies: 5 comments 1 reply
-
|
Is there a plan to add spans for Hyperdrive queries? Also, the link to the GitHub discussion on https://developers.cloudflare.com/workers/observability/traces/known-limitations/ is wrong. |
Beta Was this translation helpful? Give feedback.
-
|
Would be super excited for custom spans and attributes! We suspect our custom OTEL logging workarounds are causing a bunch of issues in our Durable Objects and would love to just get rid of it all! |
Beta Was this translation helpful? Give feedback.
-
|
Can't wait for you to support OTLP/HTTP Binary Protobuf Encoding. So I would be able to export data to elastic apm. Currently I am getting this error: |
Beta Was this translation helpful? Give feedback.
-
|
Does this work with Astro projects? I've re-deployed, and, while I get logs, I don't see the traces. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Workers Developers,
I’m a product manager on the Workers Observability team. We're excited to announce the Open Beta for Automatic Tracing on Cloudflare Workers!
What is Automatic Tracing?
Tracing provides clear visualization of your application's request flow, helping you quickly pinpoint performance bottlenecks. You now get:
We Need Your Feedback!
We are actively seeking input on:
How to Get Started
To start viewing traces in the Cloudflare dashboard:
Add the following to your wrangler.jsonc:
Or if you already have the following configuration, you will automatically start emitting traces:
To start sending traces to your OTEL provider, follow the documentation [here](http://developers.cloudflare.com/workers/observability/exporting-opentelemetry-data/).
Pricing
Viewing and exporting traces is free throughout the beta, with pricing starting January 15, 2025. Read more about inclusions of the beta by referring to our documentation.
Coming soon:
Beta Was this translation helpful? Give feedback.
All reactions