Module transform

Module transform 

Source
Expand description

Field transformation layer for zero-allocation span field manipulation.

This layer intercepts field recording and applies transformations based on configurable rules, storing the transformed results in the existing FormattedFields<N> extension storage for zero-cost access during formatting.

Structs§

FieldTransform
A field transformation.
FieldTransformLayer
A layer that transforms span fields during recording.
TargetRule
Transformation rules for a specific target pattern.
TargetRuleBuilder
Builder for creating target-specific transformation rules.
TransformConfig
Configuration for field transformations.

Enums§

TransformType
Types of field transformations.