Skip to content

Commit 6981631

Browse files
committed
specify span id
1 parent ada9607 commit 6981631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop-docs/sdk/telemetry/metrics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Integers should be a 64-bit signed integer, while doubles should be a 64-bit flo
9090

9191
`span_id`
9292

93-
: **String, optional**. The span id for the metric.
93+
: **String, optional**. The span id of the span that was active when the metric was emitted. The value should be 8 random bytes encoded as a hex string (16 characters long). The span id should be grabbed from the current active span in the SDK.
9494

9595
`unit`
9696

0 commit comments

Comments
 (0)