Structsยง
- Fixed
Trace ๐Column Indexes - Trace
Batch ๐Column Schema - Per-column observations collected while building one trace chunk.
- Trace
Batch Schema - Schema observations for dynamic columns in one converted trace chunk.
- Trace
Retry Column - Sparse column metadata retained for span-level fallback.
Enumsยง
- Trace
Binary Type - Distinguishes raw bytes from JSONB values that both use a binary protobuf value.
Constantsยง
- APPROXIMATE_
COLUMN_ ๐COUNT - MAX_
TIMESTAMP ๐
Functionsยง
- build_
aux_ table_ requests - Builds row insert requests for the v1 trace auxiliary tables.
- build_
trace_ table_ data - Builds the row-oriented payload for the main v1 trace table.
- build_
trace_ ๐table_ data_ from_ iter - Shared row builder with optional batch schema observation.
- build_
trace_ ๐table_ data_ with_ schema - Builds trace rows while collecting dynamic column observations.
- v1_
to_ grpc_ main_ insert_ requests - Converts trace spans into row insert requests for the main v1 trace table.
- v1_
to_ ๐grpc_ main_ insert_ requests_ from_ iter - Builds the main-table request without collecting batch schema observations.
- v1_
to_ main_ table_ data_ with_ schema - Converts owned spans into unpadded main-table rows and schema observations.
- write_
attributes_ ๐with_ schema - Writes flattened attributes without coercion and optionally records their actual types.
- write_
span_ to_ row - write_
span_ ๐to_ row_ inner - Writes one span and optionally records its dynamic columns for reconciliation.
- write_
trace_ ๐operations_ to_ row - write_
trace_ ๐services_ to_ row
Type Aliasesยง
- Trace
Retry Columns - Retry metadata keyed by dynamic trace column name.