Documentation
¶
Overview ¶
Package aggregator provides the core orchestration logic for the log processing pipeline. It coordinates the flow of messages from sources to sinks through processors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pipeline ¶ added in v1.1.0
type Pipeline struct {
// contains filtered or unexported fields
}
Pipeline orchestrates the flow of log messages from a Source, through a series of Processors, to a Sink.
Click to show internal directories.
Click to hide internal directories.