Documentation ¶
Overview ¶
Deprecated: [0.116.0] Use go.opentelemetry.io/collector/connector/xconnector instead.
Deprecated: [0.116.0] Use go.opentelemetry.io/collector/connector/xconnector instead.
Index ¶
- Variables
- type CreateLogsToProfilesFunc
- type CreateMetricsToProfilesFunc
- type CreateProfilesToLogsFunc
- type CreateProfilesToMetricsFunc
- type CreateProfilesToProfilesFunc
- type CreateProfilesToTracesFunc
- type CreateTracesToProfilesFunc
- type Factorydeprecated
- type FactoryOption
- type Profilesdeprecated
- type ProfilesRouterAndConsumerdeprecated
Constants ¶
This section is empty.
Variables ¶
var NewFactory = xconnector.NewFactory
NewFactory returns a Factory. Deprecated: [0.116.0] Use xconnector.NewFactory instead.
var NewProfilesRouter = xconnector.NewProfilesRouter
Deprecated: [0.116.0] Use xconnector.NewProfilesRouter instead.
var WithLogsToLogs = xconnector.WithLogsToLogs
WithLogsToLogs overrides the default "error not supported" implementation for WithLogsToLogs and the default "undefined" stability level. Deprecated: [0.116.0] Use xconnector.WithLogsToLogs instead.
var WithLogsToMetrics = xconnector.WithLogsToMetrics
WithLogsToMetrics overrides the default "error not supported" implementation for WithLogsToMetrics and the default "undefined" stability level. Deprecated: [0.116.0] Use xconnector.WithLogsToMetrics instead.
var WithLogsToProfiles = xconnector.WithLogsToProfiles
WithLogsToProfiles overrides the default "error not supported" implementation for WithLogsToProfiles and the default "undefined" stability level. Deprecated: [0.116.0] Use xconnector.WithLogsToProfiles instead.
var WithLogsToTraces = xconnector.WithLogsToTraces
WithLogsToTraces overrides the default "error not supported" implementation for WithLogsToTraces and the default "undefined" stability level. Deprecated: [0.116.0] Use xconnector.WithLogsToTraces instead.
var WithMetricsToLogs = xconnector.WithMetricsToLogs
WithMetricsToLogs overrides the default "error not supported" implementation for WithMetricsToLogs and the default "undefined" stability level. Deprecated: [0.116.0] Use xconnector.WithMetricsToLogs instead.
var WithMetricsToMetrics = xconnector.WithMetricsToMetrics
WithMetricsToMetrics overrides the default "error not supported" implementation for WithMetricsToMetrics and the default "undefined" stability level. Deprecated: [0.116.0] Use xconnector.WithMetricsToMetrics instead.
var WithMetricsToProfiles = xconnector.WithMetricsToProfiles
WithMetricsToProfiles overrides the default "error not supported" implementation for WithMetricsToProfiles and the default "undefined" stability level. Deprecated: [0.116.0] Use xconnector.WithMetricsToProfiles instead.
var WithMetricsToTraces = xconnector.WithMetricsToTraces
WithMetricsToTraces overrides the default "error not supported" implementation for WithMetricsToTraces and the default "undefined" stability level. Deprecated: [0.116.0] Use xconnector.WithMetricsToTraces instead.
var WithProfilesToLogs = xconnector.WithProfilesToLogs
WithProfilesToLogs overrides the default "error not supported" implementation for WithProfilesToLogs and the default "undefined" stability level. Deprecated: [0.116.0] Use xconnector.WithProfilesToLogs instead.
var WithProfilesToMetrics = xconnector.WithProfilesToMetrics
WithProfilesToMetrics overrides the default "error not supported" implementation for WithProfilesToMetrics and the default "undefined" stability level. Deprecated: [0.116.0] Use xconnector.WithProfilesToMetrics instead.
var WithProfilesToProfiles = xconnector.WithProfilesToProfiles
WithProfilesToProfiles overrides the default "error not supported" implementation for WithProfilesToProfiles and the default "undefined" stability level. Deprecated: [0.116.0] Use xconnector.WithProfilesToProfiles instead.
var WithProfilesToTraces = xconnector.WithProfilesToTraces
WithProfilesToTraces overrides the default "error not supported" implementation for WithProfilesToTraces and the default "undefined" stability level. Deprecated: [0.116.0] Use xconnector.WithProfilesToTraces instead.
var WithTracesToLogs = xconnector.WithTracesToLogs
WithTracesToLogs overrides the default "error not supported" implementation for WithTracesToLogs and the default "undefined" stability level. Deprecated: [0.116.0] Use xconnector.WithTracesToLogs instead.
var WithTracesToMetrics = xconnector.WithTracesToMetrics
WithTracesToMetrics overrides the default "error not supported" implementation for WithTracesToMetrics and the default "undefined" stability level. Deprecated: [0.116.0] Use xconnector.WithTracesToMetrics instead.
var WithTracesToProfiles = xconnector.WithTracesToProfiles
WithTracesToProfiles overrides the default "error not supported" implementation for WithTracesToProfiles and the default "undefined" stability level. Deprecated: [0.116.0] Use xconnector.WithTracesToProfiles instead.
var WithTracesToTraces = xconnector.WithTracesToTraces
WithTracesToTraces overrides the default "error not supported" implementation for WithTracesToTraces and the default "undefined" stability level. Deprecated: [0.116.0] Use xconnector.WithTracesToTraces instead.
Functions ¶
This section is empty.
Types ¶
type CreateLogsToProfilesFunc ¶
type CreateLogsToProfilesFunc = xconnector.CreateLogsToProfilesFunc
CreateLogsToProfilesFunc is the equivalent of Factory.CreateLogsToProfiles(). Deprecated: [0.116.0] Use xconnector.CreateLogsToProfilesFunc instead.
type CreateMetricsToProfilesFunc ¶
type CreateMetricsToProfilesFunc = xconnector.CreateMetricsToProfilesFunc
CreateMetricsToProfilesFunc is the equivalent of Factory.CreateMetricsToProfiles(). Deprecated: [0.116.0] Use xconnector.CreateMetricsToProfilesFunc instead.
type CreateProfilesToLogsFunc ¶
type CreateProfilesToLogsFunc = xconnector.CreateProfilesToLogsFunc
CreateProfilesToLogsFunc is the equivalent of Factory.CreateProfilesToLogs(). Deprecated: [0.116.0] Use xconnector.CreateProfilesToLogsFunc instead.
type CreateProfilesToMetricsFunc ¶
type CreateProfilesToMetricsFunc = xconnector.CreateProfilesToMetricsFunc
CreateProfilesToMetricsFunc is the equivalent of Factory.CreateProfilesToMetrics(). Deprecated: [0.116.0] Use xconnector.CreateProfilesToMetricsFunc instead.
type CreateProfilesToProfilesFunc ¶
type CreateProfilesToProfilesFunc = xconnector.CreateProfilesToProfilesFunc
CreateProfilesToProfilesFunc is the equivalent of Factory.CreateProfilesToProfiles(). Deprecated: [0.116.0] Use xconnector.CreateProfilesToProfilesFunc instead.
type CreateProfilesToTracesFunc ¶
type CreateProfilesToTracesFunc = xconnector.CreateProfilesToTracesFunc
CreateProfilesToTracesFunc is the equivalent of Factory.CreateProfilesToTraces(). Deprecated: [0.116.0] Use xconnector.CreateProfilesToTracesFunc instead.
type CreateTracesToProfilesFunc ¶
type CreateTracesToProfilesFunc = xconnector.CreateTracesToProfilesFunc
CreateTracesToProfilesFunc is the equivalent of Factory.CreateTracesToProfiles(). Deprecated: [0.116.0] Use xconnector.CreateTracesToProfilesFunc instead.
type Factory
deprecated
added in
v0.111.0
type Factory = xconnector.Factory
Deprecated: [0.116.0] Use xconnector.Factory instead.
type FactoryOption ¶ added in v0.111.0
type FactoryOption = xconnector.FactoryOption
FactoryOption apply changes to ReceiverOptions. Deprecated: [0.116.0] Use xconnector.FactoryOption instead.
type Profiles
deprecated
type Profiles = xconnector.Profiles
A Profiles connector acts as an exporter from a profiles pipeline and a receiver to one or more traces, metrics, logs, or profiles pipelines. Profiles feeds a consumer.Traces, consumer.Metrics, consumer.Logs, or xconsumer.Profiles with data.
Examples:
- Profiles could be collected in one pipeline and routed to another profiles pipeline based on criteria such as attributes or other content of the profile. The second pipeline can then process and export the profile to the appropriate backend.
- Profiles could be summarized by a metrics connector that emits statistics describing the number of profiles observed.
- Profiles could be analyzed by a logs connector that emits events when particular criteria are met.
Deprecated: [0.116.0] Use xconnector.Profiles instead.
type ProfilesRouterAndConsumer
deprecated
added in
v0.109.0
type ProfilesRouterAndConsumer = xconnector.ProfilesRouterAndConsumer
Deprecated: [0.116.0] Use xconnector.ProfilesRouterAndConsumer instead.