Module background_task
Available on crate feature
dial9 only.Expand description
Background worker pipeline for processing sealed trace segments.
Modules§
- instance_
metadata - Machine identity detection for S3 object key paths.
Structs§
- Background
Task Config - Configuration for the in-process worker pipeline.
- Background
Task Config Builder - Use builder syntax to set the inputs and finish with
build(). - 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.
- Segment
Data - Data flowing through the processor pipeline.
Enums§
- Process
Error Kind - Kind of failure reported by a
SegmentProcessor.
Traits§
- Segment
Processor - A single step in the segment processing pipeline.