connectorprofiles

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/connector/xconnector instead.

Deprecated: [0.116.0] Use go.opentelemetry.io/collector/connector/xconnector instead.

Index

Constants

This section is empty.

Variables

View Source
var NewFactory = xconnector.NewFactory

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

View Source
var NewProfilesRouter = xconnector.NewProfilesRouter

Deprecated: [0.116.0] Use xconnector.NewProfilesRouter instead.

View Source
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.

View Source
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.

View Source
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.

View Source
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.

View Source
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.

View Source
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.

View Source
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.

View Source
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.

View Source
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.

View Source
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.

View Source
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.

View Source
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.

View Source
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.

View Source
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.

View Source
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.

View Source
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.

Jump to

Keyboard shortcuts

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