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: spec/traces.api.yaml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -444,6 +444,18 @@ components:
444
444
spanAttributes:
445
445
description: Attributes (key/value pairs) from the span itself.
446
446
$ref: "#/components/schemas/Attributes"
447
+
spanName:
448
+
description: A description of the span's operation. For example, the name can be a qualified method name or a file name and a line number where the operation is called
449
+
type: string
450
+
spanKind:
451
+
description: The type of span. Distinguishes between spans generated in a particular context.
0 commit comments