Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TraceParserConfig ¶
type TraceParserConfig struct { helper.TransformerConfig `mapstructure:",squash" yaml:",inline"` helper.TraceParser `mapstructure:",omitempty,squash" yaml:",omitempty,inline"` }
TraceParserConfig is the configuration of a trace parser operator.
func NewTraceParserConfig ¶
func NewTraceParserConfig(operatorID string) *TraceParserConfig
NewTraceParserConfig creates a new trace parser config with default values
func (TraceParserConfig) Build ¶
func (c TraceParserConfig) Build(logger *zap.SugaredLogger) (operator.Operator, error)
Build will build a trace parser operator.
type TraceParserOperator ¶
type TraceParserOperator struct { helper.TransformerOperator helper.TraceParser }
TraceParserConfig is an operator that parses traces from fields to an entry.
Click to show internal directories.
Click to hide internal directories.