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
Copy file name to clipboardExpand all lines: develop-docs/sdk/telemetry/metrics.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ Integers should be a 64-bit signed integer, while doubles should be a 64-bit flo
90
90
91
91
`span_id`
92
92
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.
0 commit comments