Structsยง
- Pending
Trace ๐Column Rewrite - Describes a column rewrite before its row values have been validated.
- Prepared
Trace ๐Column Rewrite - Updates one request column to its reconciled datatype.
- Prepared
Trace ๐Column Rewrites - Holds the schema and value rewrites prepared for atomic application.
- Prepared
Trace ๐Value Rewrite - Replaces one trace value with its precomputed coerced value.
- Trace
Column ๐Rewrite Error - Reports the column whose trace value could not be rewritten.
Enumsยง
Constantsยง
- TRACE_
VALUE_ ๐DIAGNOSTIC_ LIMIT - Attribute values are user data echoed back in the OTLP partial-success message and the server log, so diagnostics keep at most this many characters.
Functionsยง
- choose_
fixed_ ๐trace_ reconcile_ decision - choose_
trace_ ๐reconcile_ decision - Picks the reconciliation action for one trace column.
- describe_
trace_ ๐value - Renders a failing trace value as
Type(value), e.g.String(""). - enrich_
trace_ ๐reconcile_ error - is_
trace_ ๐reconcile_ candidate_ type - Only these trace scalar types participate in reconciliation. Other column kinds such as JSON and binary keep their original write path and schema checks.
- prepare_
trace_ ๐column_ rewrites - Prepares an atomic rewrite plan without mutating the input rows.
- push_
observed_ ๐trace_ type - Keeps the observed type list small without depending on enum ordering.
- truncate_
for_ ๐diagnostics - Truncates to
limitcharacters, marking the cut with....