Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProcessorOtelMetricParser ¶ added in v1.8.0
type ProcessorOtelMetricParser struct { SourceKey string Format string NoKeyError bool // contains filtered or unexported fields }
func (*ProcessorOtelMetricParser) Description ¶ added in v1.8.0
func (p *ProcessorOtelMetricParser) Description() string
func (*ProcessorOtelMetricParser) Init ¶ added in v1.8.0
func (p *ProcessorOtelMetricParser) Init(context pipeline.Context) error
func (*ProcessorOtelMetricParser) ProcessLogs ¶ added in v1.8.0
func (p *ProcessorOtelMetricParser) ProcessLogs(logArray []*protocol.Log) []*protocol.Log
type ProcessorOtelTraceParser ¶
type ProcessorOtelTraceParser struct { SourceKey string Format string NoKeyError bool TraceIDNeedDecode bool SpanIDNeedDecode bool ParentSpanIDNeedDecode bool // contains filtered or unexported fields }
func (*ProcessorOtelTraceParser) Description ¶
func (p *ProcessorOtelTraceParser) Description() string
func (*ProcessorOtelTraceParser) Init ¶
func (p *ProcessorOtelTraceParser) Init(context pipeline.Context) error
func (*ProcessorOtelTraceParser) ProcessLogs ¶
func (p *ProcessorOtelTraceParser) ProcessLogs(logArray []*protocol.Log) []*protocol.Log
Click to show internal directories.
Click to hide internal directories.