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: docs/spec/v2/span.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@
39
39
"minimum": 2
40
40
},
41
41
"sum": {
42
-
"description": "Sum is the durations of all compressed spans this composite span represents in milliseconds. Thus sum is the net duration of all the compressed spans while duration is the gross duration, including \"whitespace\" between the spans.",
42
+
"description": "Sum is the durations of all compressed spans this composite span represents in milliseconds.",
43
43
"type": "number",
44
44
"minimum": 0
45
45
}
@@ -504,7 +504,7 @@
504
504
}
505
505
},
506
506
"duration": {
507
-
"description": "Duration of the span in milliseconds",
507
+
"description": "Duration of the span in milliseconds. When the span is a composite one, duration is the gross duration, including \"whitespace\" in between spans.",
0 commit comments