Expand description
DataFusion table schemas for py-spy stack trace data.
Four normalized tables matching the structures in hyperactor_mesh::pyspy:
pyspy_dumps: one row per dump (top-levelPySpyResult::Okmetadata)pyspy_stack_traces: one row per thread (matchesPySpyStackTrace)pyspy_frames: one row per frame (matchesPySpyFrame)pyspy_local_variables: one row per local variable (matchesPySpyLocalVariable)
Structsยง
- PySpy
Dump - Row data for the pyspy_dumps table.
- PySpy
Dump Buffer - PySpy
Frame - Row data for the pyspy_frames table.
Matches
hyperactor_mesh::pyspy::PySpyFrame. - PySpy
Frame Buffer - PySpy
Local Variable - Row data for the pyspy_local_variables table.
Matches
hyperactor_mesh::pyspy::PySpyLocalVariable. - PySpy
Local Variable Buffer - PySpy
Stack Trace - Row data for the pyspy_stack_traces table.
Matches
hyperactor_mesh::pyspy::PySpyStackTrace. - PySpy
Stack Trace Buffer