Documentation ¶
Overview ¶
Package agent contains logs agent component.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component interface { // AddScheduler adds an AD scheduler to the logs agent AddScheduler(scheduler schedulers.Scheduler) // Get the logs sources GetSources() *sources.LogSources // GetMessageReceiver gets the diagnostic message receiver GetMessageReceiver() *diagnostic.BufferedMessageReceiver // GetPipelineProvider gets the pipeline provider GetPipelineProvider() pipeline.Provider }
Component is the component type.
Click to show internal directories.
Click to hide internal directories.