Modules§
- aggregate
- aws_
ec2_ metadata - dedupe
- filter
- log_
to_ metric - lua
- metric_
to_ log - reduce
- remap
- route
- sample
- tag_
cardinality_ limit - throttle
- window
Structs§
Enums§
- Transform
- Transforms come in two variants. Functions, or tasks.
Traits§
- Function
Transform - Transforms that are simple, and don’t require attention to coordination. You can run them as simple functions over events in any order.
- Sync
Transform - Broader than the simple
FunctionTransform
, this trait allows transforms to write to multiple outputs. Those outputs must be known in advanced and returned viaTransformConfig::outputs
. Attempting to send to any output not registered in advance is considered a bug and will cause a panic. - Task
Transform - Transforms that tend to be more complicated runtime style components.