Skip to content

Commit 09e2c06

Browse files
Update spans-and-attributes.mdx (#26036)
* Update spans-and-attributes.mdx Add explanation for sequence number and remove attributes for durable_object_subrequest that we do not have yet * Update spans-and-attributes.mdx Also remove cold start since we do not have that info yet
1 parent bb429c3 commit 09e2c06

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/content/docs/workers/observability/traces/spans-and-attributes.mdx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Cloudflare Workers provides automatic tracing instrumentation **out of the box**
2424
- `cloudflare.script_name` - The name of your Worker
2525
- `cloudflare.script_tags` - Tags associated with your Worker deployment
2626
- `cloudflare.script_version.id` - The version identifier of your deployed Worker
27+
- `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
2728
- `telemetry.sdk.language` - The programming language used, set to `javascript`
2829
- `telemetry.sdk.name` - The telemetry SDK name, set to `cloudflare`
2930

@@ -78,9 +79,7 @@ Cloudflare Workers provides automatic tracing instrumentation **out of the box**
7879
- `cloudflare.outcome`
7980
- `cloudflare.cpu_time`
8081
- `cloudflare.wall_time`
81-
- `cloudflare.cold_start_ms`
8282
- `faas.trigger`
83-
- `faas.cold_start`
8483
- `cloudflare.ray_id`
8584
- `cloudflare.verified_bot_category`
8685
- `cloudflare.asn`
@@ -449,15 +448,6 @@ Cloudflare Workers provides automatic tracing instrumentation **out of the box**
449448

450449
#### `durable_object_subrequest`
451450

452-
RPC calls to your Durable Object (e.g. `env.MY_DO.fetch()`, `env.MY_DO.myMethod()`)
453-
454-
- `cloudflare.binding.type`
455-
- `cloudflare.binding.name`
456-
- `cloudflare.durable_object.id`
457-
- `cloudflare.durable_object.name`
458-
- `cloudflare.durable_object.class`
459-
- `cloudflare.durable_object.method`
460-
461451
---
462452

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

0 commit comments

Comments
 (0)