Documentation ¶ Index ¶ func ReadFromChannel(ctx context.Context, r Reader) (node.StartFunc[[]request.Span], error) type Reader Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ReadFromChannel ¶ added in v0.2.0 func ReadFromChannel(ctx context.Context, r Reader) (node.StartFunc[[]request.Span], error) Types ¶ type Reader ¶ type Reader struct { TracesInput <-chan []request.Span } Reader is the input node of the processing graph. The eBPF tracers will send their traces to the Reader's TracesInput, and the Reader will forward them to the next pipeline stage Source Files ¶ View all Source files reader.go Click to show internal directories. Click to hide internal directories.