Expand description
A collection of codecs that can be used to transform between bytes streams / byte messages, byte frames and structured events.
Structs§
- Decoder
- A decoder that can decode structured events from a byte stream / byte messages.
- Decoding
Config - Config used to build a
Decoder
. - Encoder
- An encoder that can encode structured events into byte frames.
- Encoding
Config - Encoding configuration. Configures how events are encoded into raw bytes. The selected encoding also determines which input types (logs, metrics, traces) are supported.
- Encoding
Config With Framing - Encoding configuration.
- Ready
Frames - A stream combinator aimed at improving the performance of decoder streams under load.
- Transformer
- Transformations to prepare an event for serialization.
Enums§
- Sink
Type - The way a sink processes outgoing events.
- Timestamp
Format - The format in which a timestamp should be represented.