Crate vector_lib
source ·Re-exports§
pub use codecs;
pub use enrichment;
pub use file_source;
pub use vector_api_client as api_client;
pub use vector_buffers as buffers;
pub use vector_config as configurable;
pub use vector_lookup as lookup;
pub use vector_stream as stream;
pub use vector_tap as tap;
pub use vrl;
Modules§
- This module contains the event metadata required to track an event as it flows through transforms, being duplicated and merged, and then report its status when the last copy is delivered or dropped.
Macros§
- A macro to easily create a map containing
Value
- Macro to take care of some of the repetitive boilerplate in implementing a registered event. See the other events in this module for examples of how to use this.
Enums§
- Timezone reference.
Traits§
- Return the estimated size of a type in bytes when encoded as JSON.
Functions§
- Compiles a VRL program Vector metadata is set to read-only to prevent it from being mutated
Type Aliases§
- Vector’s basic error type, dynamically dispatched and safe to send across threads.
- Vector’s basic result type, defined in terms of
Error
and generic overT
.