Documentation ¶ Index ¶ func Functions() map[string]interface{} type Processor func NewProcessor(statements []string, settings component.TelemetrySettings) (*Processor, error) func (p *Processor) ProcessTraces(ctx context.Context, td ptrace.Traces) (ptrace.Traces, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Functions ¶ added in v0.59.0 func Functions() map[string]interface{} Types ¶ type Processor ¶ type Processor struct { // contains filtered or unexported fields } func NewProcessor ¶ func NewProcessor(statements []string, settings component.TelemetrySettings) (*Processor, error) func (*Processor) ProcessTraces ¶ func (p *Processor) ProcessTraces(ctx context.Context, td ptrace.Traces) (ptrace.Traces, error) Source Files ¶ View all Source files functions.goprocessor.go Click to show internal directories. Click to hide internal directories.