Skip to content

Commit 6f42f61

Browse files
committed
update links
1 parent f40f746 commit 6f42f61

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/observability/traces

1 file changed

+1
-1
lines changed

src/content/docs/workers/observability/traces/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To view traces in the Workers dashboard, you can set the following in your Wrang
4242
```
4343

4444
### 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.
4646

4747
## Head-based sampling
4848
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

Comments
 (0)