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§
- Background
Task Config - Configuration for the in-process worker pipeline.
- Memory
Segment - A sealed trace segment backed by in-process memory.
- Payload
- A segment payload — zero or more contiguous
Byteschunks. - Pipeline
Builder - Closure-scoped builder for assembling a custom processor pipeline.
- Process
Error - Error returned by a
SegmentProcessor. - Sealed
Segment - A sealed trace segment ready for processing (disk-backed).
- Segment
Data - Data flowing through the processor pipeline.
Enums§
- Process
Error Kind - Kind of failure reported by a
SegmentProcessor. - Segment
Ref - A sealed trace segment, either disk-backed or memory-backed.
Traits§
- Segment
Processor - A single step in the segment processing pipeline.