You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workers/observability/traces/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ To view traces in the Workers dashboard, you can set the following in your Wrang
42
42
```
43
43
44
44
### Exporting OpenTelemetry traces to a 3rd party destination
45
-
You can also export [OpenTelemetry](https://opentelemetry.io/) (OTel) traces to a 3rd party destination such as Honeycomb by [setting up an external destination](/src/content/docs/workers/observability/exporting-opentelemetry-data/index.mdx) in the Cloudflare dashboard and setting that destination in your Wrangler configuration file. Learn more [here](/src/content/docs/workers/observability/exporting-opentelemetry-data/index.mdx).
45
+
You can also export [OpenTelemetry](https://opentelemetry.io/) (OTel) traces to a 3rd party destination such as Honeycomb by [setting up an external destination](/workers/observability/exporting-opentelemetry-data) in the Cloudflare dashboard and setting that destination in your Wrangler configuration file.
46
46
47
47
## Head-based sampling
48
48
Head-based sampling allows you to trace a percentage of incoming requests in your Cloudflare Worker. With sampling, you can help reduce volume and manage costs, while still providing meaningful insights into your application. You can configure head-based sampling for both tracing and logging separately on a per-Worker basis.
0 commit comments