processorprofiles

package module
v0.116.0 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2024 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Overview

Deprecated: [0.116.0] Use go.opentelemetry.io/collector/processor/xprocessor instead.

Index

Constants

This section is empty.

Variables

View Source
var NewFactory = xprocessor.NewFactory

NewFactory returns a Factory. Deprecated: [0.116.0] Use xprocessor.NewFactory instead.

WithLogs overrides the default "error not supported" implementation for CreateLogs and the default "undefined" stability level. Deprecated: [0.116.0] Use xprocessor.WithLogs instead.

View Source
var WithMetrics = xprocessor.WithMetrics

WithMetrics overrides the default "error not supported" implementation for CreateMetrics and the default "undefined" stability level. Deprecated: [0.116.0] Use xprocessor.WithMetrics instead.

View Source
var WithProfiles = xprocessor.WithProfiles

WithProfiles overrides the default "error not supported" implementation for CreateProfiles and the default "undefined" stability level. Deprecated: [0.116.0] Use xprocessor.WithProfiles instead.

View Source
var WithTraces = xprocessor.WithTraces

WithTraces overrides the default "error not supported" implementation for CreateTraces and the default "undefined" stability level. Deprecated: [0.116.0] Use xprocessor.WithTraces instead.

Functions

This section is empty.

Types

type CreateProfilesFunc

type CreateProfilesFunc = xprocessor.CreateProfilesFunc

CreateProfilesFunc is the equivalent of Factory.CreateProfiles(). Deprecated: [0.116.0] Use xprocessor.CreateProfilesFunc instead.

type Factory added in v0.111.0

type Factory = xprocessor.Factory

Factory is a component.Factory interface for processors.

This interface cannot be directly implemented. Implementations must use the NewFactory to implement it. Deprecated: [0.116.0] Use xprocessor.Factory instead.

type FactoryOption added in v0.111.0

type FactoryOption = xprocessor.FactoryOption

FactoryOption apply changes to ReceiverOptions. Deprecated: [0.116.0] Use xprocessor.FactoryOption instead.

type Profiles

type Profiles = xprocessor.Profiles

Profiles is a processor that can consume profiles. Deprecated: [0.116.0] Use xprocessor.Profiles instead.

Jump to

Keyboard shortcuts

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