Module vector_core::event

source ·

Re-exports§

Modules§

Structs§

  • A batch notifier contains the status of the current batch along with a one-shot notifier to send that status back to the source. It is shared among all events of a batch.
  • A convenience newtype wrapper for the one-shot receiver for an individual batch status.
  • Metric Origin metadata for submission to Datadog.
  • An event finalizer is the shared data required to handle tracking the status of an event, and updating the status of a batch with that when the event is dropped.
  • A collection of event finalizers.
  • The top-level metadata structure contained by both struct Metric and struct LogEvent types.
  • The key type value. This is a simple zero-overhead wrapper set up to make it explicit that object keys are read-only and their underlying type is opaque and may change for efficiency.
  • Traces are a newtype of LogEvent
  • This is a simple wrapper to allow attaching EventMetadata to any other type. This is primarily used in conversion functions, such as impl From<X> for WithMetadata<Y>.

Enums§

  • The status of an individual batch.
  • A wrapper for mutable references to inner event types, where reconstituting a full Event from a LogEvent or Metric might be inconvenient.
  • A wrapper for references to inner event types, where reconstituting a full Event from a LogEvent or Metric might be inconvenient.
  • The status of an individual event.
  • The main value type used in Vector events, and VRL.
  • An adapter to turn Events into vrl_lib::Targets.

Constants§

Traits§

Type Aliases§

  • The storage mapping for the Object variant.