Skip to main content

Module pipeline

Module pipeline 

Available on crate features dial9 and pipeline only.
Expand description

Segment pipeline: processors, offline symbolization, and (with tokio) the pipeline builder and worker config.

Structs§

BackgroundTaskConfig
Configuration for the in-process worker pipeline.
MemorySegment
A sealed trace segment backed by in-process memory.
Payload
A segment payload — zero or more contiguous Bytes chunks.
PipelineBuilder
Closure-scoped builder for assembling a custom processor pipeline.
ProcessError
Error returned by a SegmentProcessor.
SealedSegment
A sealed trace segment ready for processing (disk-backed).
SegmentData
Data flowing through the processor pipeline.

Enums§

ProcessErrorKind
Kind of failure reported by a SegmentProcessor.
SegmentRef
A sealed trace segment, either disk-backed or memory-backed.

Traits§

SegmentProcessor
A single step in the segment processing pipeline.