Documentation
¶
Overview ¶
Deprecated: [0.116.0] Use go.opentelemetry.io/collector/processor/xprocessor instead.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var NewFactory = xprocessor.NewFactory
NewFactory returns a Factory. Deprecated: [0.116.0] Use xprocessor.NewFactory instead.
var WithLogs = xprocessor.WithLogs
WithLogs overrides the default "error not supported" implementation for CreateLogs and the default "undefined" stability level. Deprecated: [0.116.0] Use xprocessor.WithLogs instead.
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.
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.
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.