+
+
+
+
+ Snapshot Time (UTC)
+
+ {snapshotTime.format("YYYY-MM-DD HH:mm:ss.SSS")}
+
+
+
+ Start Time (UTC)
+
+ {startTime.format("YYYY-MM-DD HH:mm:ss.SSS")}
+
+
+
Duration
+ {formatDurationHours(
+ moment.duration(snapshotTime.diff(startTime)),
+ )}
+
+
+
+
+
+ Tags
+
+ {span &&
}
+
+
+ {parentFilteredSnapshot.spans?.length > 0 && (
+
)}
- />
-
- )}
- {childFilteredSnapshot.spans?.length > 0 && (
-
- Child Spans
- (
-
+ {childrenMetadata?.length > 0 && (
+
+
+ Aggregated Child Span Metadata
+
+
+
+
)}
- />
-
- )}
+ {childFilteredSnapshot.spans?.length > 0 && (
+
+ )}
+
+ )}
+ />