Skip to main content

Module store

Module store 

Source

Structsยง

Store

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ยง

MemorySample ๐Ÿ”’
A single memory usage sample: (timestamp, memory_bytes). Sorted by timestamp.
SpanId