type LogsAgent interface {
Component// Start sets up the logs agent and starts its pipelines Start(context.Context) error// Stop stops the logs agent and all elements of the data pipeline Stop(context.Context) error
}
LogsAgent is a compat version of component for non fx usage