Expand description
Structure to record events in memory
Modules§
Structs§
- Event
Block - Blocks are a batch of events sent as a unit
- Event
Stream - EventStream are a sequence of blocks sent (or dropped) as they become full
- Null
Event Sink - for tests where the data can be dropped
- Stream
Desc - StreamDesc is the metadata associated with an event stream
Traits§
- Event
Sink - interface needed by the dispatch module to send out telemetry
- Extract
Deps - Serialize the dependencies of the events in the primary queue
- Tracing
Block - Event blocks must adhere to TracingBlock in order to be managed by the stream