resourceprocessor

package
v0.0.0-...-3f6bfc6 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddFlags

func AddFlags(flags *flag.FlagSet)

AddFlags adds flags for Options.

func GetTags

func GetTags(v *viper.Viper) map[string]string

GetTags returns tags to be added to all spans.

Types

type Factory

type Factory struct {
	Wrapped *resourceprocessor.Factory
	Viper   *viper.Viper
}

Factory wraps resourceprocessor.Factory and makes the default config configurable via viper. For instance this enables using flags as default values in the config object.

func (Factory) CreateDefaultConfig

func (f Factory) CreateDefaultConfig() configmodels.Processor

CreateDefaultConfig returns default configuration of Factory. This function implements OTEL component.ProcessorFactoryBase interface.

func (Factory) CreateMetricsProcessor

func (f Factory) CreateMetricsProcessor(
	logger *zap.Logger,
	nextConsumer consumer.MetricsConsumerOld,
	cfg configmodels.Processor,
) (component.MetricsProcessorOld, error)

CreateMetricsProcessor creates a resource processor. This function implements component.ProcessorFactoryOld.

func (Factory) CreateTraceProcessor

func (f Factory) CreateTraceProcessor(
	logger *zap.Logger,
	nextConsumer consumer.TraceConsumerOld,
	cfg configmodels.Processor,
) (component.TraceProcessorOld, error)

CreateTraceProcessor creates resource processor. This function implements OTEL component.ProcessorFactoryOld interface.

func (Factory) Type

func (f Factory) Type() configmodels.Type

Type returns the type of the receiver.

Jump to

Keyboard shortcuts

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