Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SubPipelineProvider ¶ added in v1.7.0
func SubPipelineProvider(ctx context.Context, ctxInfo *global.ContextInfo, cfg *beyla.Config) pipe.FinalProvider[[]request.Span]
SubPipelineProvider returns a Final node that actually has a pipeline inside. It is manually connected through a channel
Types ¶
type Instrumenter ¶
type Instrumenter struct {
// contains filtered or unexported fields
}
func Build ¶
func Build(ctx context.Context, config *beyla.Config, ctxInfo *global.ContextInfo, tracesCh <-chan []request.Span) (*Instrumenter, error)
Build instantiates the whole instrumentation --> processing --> submit pipeline graph and returns it as a startable item
func (*Instrumenter) Run ¶
func (i *Instrumenter) Run(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.