Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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.