# Functions
No description provided by the author
HashResource will hash an entry.Entry.Resource.
No description provided by the author
NewFactory creates a factory for a Stanza-based receiver.
No description provided by the author
Deprecated [v0.101.0] Use helper.NewLogEmitter directly instead.
No description provided by the author
# Structs
BaseConfig is the common configuration of a stanza-based receiver.
Converter converts a batch of entry.Entry into plog.Logs aggregating translated entries into logs coming from the same Resource.
No description provided by the author
FromPdataConverter converts plog.Logs into a set of entry.Entry
The diagram below illustrates the internal communication inside the FromPdataConverter:
┌─────────────────────────────────┐ │ Batch() │ ┌─────────┤ Ingests plog.Logs, splits up │ │ │ and places them on workerChan │ │ └─────────────────────────────────┘ │ │ ┌───────────────────────────────────────────────────┐ ├─► workerLoop() │ │ │ ┌─────────────────────────────────────────────────┴─┐ ├─┼─► workerLoop() │ │ │ │ ┌─────────────────────────────────────────────────┴─┐ └─┼─┼─► workerLoop() │ └─┤ │ consumes sent log entries from workerChan, │ │ │ translates received logs to entry.Entry, │ └─┤ and sends them along entriesChan │ └───────────────────────────────────────────────────┘.
No description provided by the author
# Interfaces
LogReceiverType is the interface used by stanza-based log receivers.
No description provided by the author
# Type aliases
Deprecated [v0.101.0] Use helper.LogEmitter directly instead.