collectorconfig

package
v0.0.0-...-d60c23f Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CollectorConfigFile

type CollectorConfigFile struct {
	Receivers  map[string]interface{} `yaml:"receivers"`
	Processors map[string]interface{} `yaml:"processors"`
	Exporters  map[string]interface{} `yaml:"exporters"`
	Extensions map[string]interface{} `yaml:"extensions"`
	Connectors map[string]interface{} `yaml:"connectors"`
}

type RequiredComponents

type RequiredComponents struct {
	Receivers  []string
	Processors []string
	Exporters  []string
	Extensions []string
	Connectors []string
}

func GetRequiredComponentsFromCollectorConfig

func GetRequiredComponentsFromCollectorConfig(filename string) (RequiredComponents, error)

Jump to

Keyboard shortcuts

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