Documentation ¶
Overview ¶
Deprecated: [0.116.0] Use go.opentelemetry.io/collector/exporter/xexporter instead.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var NewFactory = xexporter.NewFactory
NewFactory returns a Factory. Deprecated: [0.116.0] Use xeporter.NewFactory instead.
var WithLogs = xexporter.WithLogs
WithLogs overrides the default "error not supported" implementation for CreateLogs and the default "undefined" stability level. Deprecated: [0.116.0] Use xeporter.WithLogs instead.
var WithMetrics = xexporter.WithMetrics
WithMetrics overrides the default "error not supported" implementation for CreateMetrics and the default "undefined" stability level. Deprecated: [0.116.0] Use xeporter.WithMetrics instead.
var WithProfiles = xexporter.WithProfiles
WithProfiles overrides the default "error not supported" implementation for CreateProfilesExporter and the default "undefined" stability level. Deprecated: [0.116.0] Use xeporter.WithProfiles instead.
var WithTraces = xexporter.WithTraces
WithTraces overrides the default "error not supported" implementation for CreateTraces and the default "undefined" stability level. Deprecated: [0.116.0] Use xeporter.WithTraces instead.
Functions ¶
This section is empty.
Types ¶
type CreateProfilesFunc ¶
type CreateProfilesFunc = xexporter.CreateProfilesFunc
CreateProfilesFunc is the equivalent of Factory.CreateProfiles. Deprecated: [0.116.0] Use xeporter.CreateProfilesFunc instead.
type FactoryOption ¶ added in v0.111.0
type FactoryOption = xexporter.FactoryOption
FactoryOption apply changes to ReceiverOptions. Deprecated: [0.116.0] Use xeporter.FactoryOption instead.