logsagentpipeline

package module
v0.54.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 16, 2024 License: Apache-2.0 Imports: 2 Imported by: 3

Documentation

Overview

Package logsagentpipeline contains logs agent pipeline component

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Component

type Component interface {
	// GetPipelineProvider gets the pipeline provider
	GetPipelineProvider() pipeline.Provider
}

Component is the component type.

type LogsAgent

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL