Skip to content

Commit 0044c40

Browse files
Update spans-and-attributes.mdx
Add explanation for sequence number and remove attributes for durable_object_subrequest that we do not have yet
1 parent bb429c3 commit 0044c40

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 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

@@ -449,15 +450,6 @@ Cloudflare Workers provides automatic tracing instrumentation **out of the box**
449450

450451
#### `durable_object_subrequest`
451452

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-
461453
---
462454

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

0 commit comments

Comments
 (0)