Documentation ¶
Overview ¶
Deprecated: [0.116.0] This package is deprecated. Use "go.opentelemetry.io/collector/consumer/xconsumer" instead.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsumeProfilesFunc ¶
type ConsumeProfilesFunc = xconsumer.ConsumeProfilesFunc
ConsumeProfilesFunc is a helper function that is similar to ConsumeProfiles. Deprecated: [0.116.0] Use xconsumer.ConsumeProfilesFunc instead.
type Profiles ¶
Profiles is an interface that receives pprofile.Profiles, processes it as needed, and sends it to the next processing node if any or to the destination. Deprecated: [0.116.0] Use xconsumer.Profiles instead.
func NewProfiles ¶
func NewProfiles(consume ConsumeProfilesFunc, options ...consumer.Option) (Profiles, error)
NewProfiles returns a Profiles configured with the provided options. Deprecated: [0.116.0] Use xconsumer.NewProfiles instead.
Click to show internal directories.
Click to hide internal directories.