configstore

package module
v0.58.2 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2024 License: Apache-2.0 Imports: 2 Imported by: 2

Documentation

Overview

Package configstore defines the otel agent configstore component.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Component

type Component interface {
	AddConfigs(otelcol.ConfigProviderSettings, otelcol.ConfigProviderSettings, otelcol.Factories) error
	GetProvidedConf() (*confmap.Conf, error)
	GetEnhancedConf() (*confmap.Conf, error)
	GetProvidedConfAsString() (string, error)
	GetEnhancedConfAsString() (string, error)
}

Component provides functions to store and expose the provided and enhanced configs.

Jump to

Keyboard shortcuts

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