Skip to content

Commit c952dfc

Browse files
committed
add spans
1 parent 841b391 commit c952dfc

File tree

3 files changed

+9
-6
lines changed
  • src/content/docs/workers/observability

3 files changed

+9
-6
lines changed

src/content/docs/workers/observability/exporting-opentelemetry-data/3rd-party-destinations/index.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@ sidebar:
55
order: 2
66
---
77

8-
Third-party destinations for exporting OpenTelemetry data from Cloudflare Workers.
8+
Cloudflare Workers supports exporting OpenTelemetry (OTel)-compliant data to any compatible destination, allowing you to integrate with your existing monitoring and observability stack.
9+
10+
You can find step by step instructions on how to set up several OTLP-supported destinations.
11+
* Datadog
12+
* Honeycomb
13+
* Grafana

src/content/docs/workers/observability/third-party-integrations/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ sidebar:
88

99
import { DirectoryListing } from "~/components";
1010

11-
Send your telemetry data to third parties.
12-
1311
<DirectoryListing />

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ You can configure this in your Wrangler configuration like this:
6464

6565
{
6666
"tracing": {
67-
//enables tracing (required field)
67+
6868
"enabled": true
69-
"destinations": ["external", "cloudflare"]
69+
"destinations": ["datadog"]
7070
// set tracing sampling rate to 5%
7171
"head_sample_rate": 0.05
7272
},
73-
// optional override since {obs enabled:true}
73+
7474
"logging": {
7575
"enabled": true
7676
// set logging sampling rate to 50%

0 commit comments

Comments
 (0)