Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SpanInterpreterEngine ¶
type SpanInterpreterEngine struct { SpanInterpreterEngineContext DefaultSpanInterpreter *interpreters.DefaultSpanInterpreter SourceInterpreters map[string]interpreters.SourceInterpreter TypeInterpreters map[string]interpreters.TypeInterpreter }
SpanInterpreterEngine type is used to setup the span interpreters
func MakeSpanInterpreterEngine ¶
func MakeSpanInterpreterEngine(config *interpreterConfig.Config, typeIns map[string]interpreters.TypeInterpreter, sourceIns map[string]interpreters.SourceInterpreter) *SpanInterpreterEngine
MakeSpanInterpreterEngine creates a SpanInterpreterEngine given the config and interpreters
func NewSpanInterpreterEngine ¶
func NewSpanInterpreterEngine(agentConfig *config.AgentConfig) *SpanInterpreterEngine
NewSpanInterpreterEngine creates a SpanInterpreterEngine given the config and the default interpreters
type SpanInterpreterEngineContext ¶
type SpanInterpreterEngineContext interface {
// contains filtered or unexported methods
}
SpanInterpreterEngineContext helper functions that is used by the span interpreter engine context
func MakeSpanInterpreterEngineContext ¶
func MakeSpanInterpreterEngineContext(config *config.Config) SpanInterpreterEngineContext
MakeSpanInterpreterEngineContext creates a SpanInterpreterEngineContext for config
Click to show internal directories.
Click to hide internal directories.