Structsยง
Constantsยง
- CUT_
OFF_ ๐DEPTH - This max depth is used to avoid deep recursion in the span tree, which can lead to stack overflows and performance issues. Spans deeper than this depth will be re-parented to an ancestor at the cut-off depth (Flattening).
- MAX_
MEMORY_ ๐SAMPLES - Maximum number of memory samples returned in a query result.
Functionsยง
- new_
root_ ๐span
Type Aliasesยง
- Memory
Sample ๐ - A single memory usage sample: (timestamp, memory_bytes). Sorted by timestamp.
- SpanId