Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Cloudflare Workers provides automatic tracing instrumentation **out of the box**
- `cloudflare.script_name` - The name of your Worker
- `cloudflare.script_tags` - Tags associated with your Worker deployment
- `cloudflare.script_version.id` - The version identifier of your deployed Worker
- `cloudflare.invocation.sequence.number` - A counter added to every emitted span and log that can be used to distinguish which was emitted first when the timestamps are the same
- `telemetry.sdk.language` - The programming language used, set to `javascript`
- `telemetry.sdk.name` - The telemetry SDK name, set to `cloudflare`

Expand Down Expand Up @@ -78,9 +79,7 @@ Cloudflare Workers provides automatic tracing instrumentation **out of the box**
- `cloudflare.outcome`
- `cloudflare.cpu_time`
- `cloudflare.wall_time`
- `cloudflare.cold_start_ms`
- `faas.trigger`
- `faas.cold_start`
- `cloudflare.ray_id`
- `cloudflare.verified_bot_category`
- `cloudflare.asn`
Expand Down Expand Up @@ -449,15 +448,6 @@ Cloudflare Workers provides automatic tracing instrumentation **out of the box**

#### `durable_object_subrequest`

RPC calls to your Durable Object (e.g. `env.MY_DO.fetch()`, `env.MY_DO.myMethod()`)

- `cloudflare.binding.type`
- `cloudflare.binding.name`
- `cloudflare.durable_object.id`
- `cloudflare.durable_object.name`
- `cloudflare.durable_object.class`
- `cloudflare.durable_object.method`

---

### [Durable Object Storage SQL API](/durable-objects/api/sqlite-storage-api)
Expand Down