Documentation
¶
Overview ¶
Package ingest implements event ingestion.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶
Collector is a receiver of events that handles sending those events to some downstream broker.
type DeduplicatingCollector ¶
type DeduplicatingCollector = ingest.DeduplicatingCollector
DeduplicatingCollector implements event deduplication at event ingestion.
type Deduplicator ¶
type Deduplicator = dedupe.Deduplicator
Deduplicator checks if an event is unique.
type InMemoryCollector ¶
type InMemoryCollector = ingest.InMemoryCollector
InMemoryCollector is a {Collector} backed by in-memory storage.
type IngestEventsRequest ¶
type IngestEventsRequest = ingest.IngestEventsRequest
Click to show internal directories.
Click to hide internal directories.