You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Copy file name to clipboardExpand all lines: src/content/docs/workers/observability/traces/spans-and-attributes.mdx
+1-11Lines changed: 1 addition & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ Cloudflare Workers provides automatic tracing instrumentation **out of the box**
24
24
-`cloudflare.script_name` - The name of your Worker
25
25
-`cloudflare.script_tags` - Tags associated with your Worker deployment
26
26
-`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
27
28
-`telemetry.sdk.language` - The programming language used, set to `javascript`
28
29
-`telemetry.sdk.name` - The telemetry SDK name, set to `cloudflare`
29
30
@@ -78,9 +79,7 @@ Cloudflare Workers provides automatic tracing instrumentation **out of the box**
78
79
-`cloudflare.outcome`
79
80
-`cloudflare.cpu_time`
80
81
-`cloudflare.wall_time`
81
-
-`cloudflare.cold_start_ms`
82
82
-`faas.trigger`
83
-
-`faas.cold_start`
84
83
-`cloudflare.ray_id`
85
84
-`cloudflare.verified_bot_category`
86
85
-`cloudflare.asn`
@@ -449,15 +448,6 @@ Cloudflare Workers provides automatic tracing instrumentation **out of the box**
449
448
450
449
#### `durable_object_subrequest`
451
450
452
-
RPC calls to your Durable Object (e.g. `env.MY_DO.fetch()`, `env.MY_DO.myMethod()`)
0 commit comments