Skip to main content

TraceChunkBytes

Type Alias TraceChunkBytes 

Source
pub type TraceChunkBytes = TraceChunk<BytesData>;

Aliased Type§

pub struct TraceChunkBytes {
    pub trace_id: [u8; 16],
    pub priority: Option<i32>,
    pub origin: BytesString,
    pub sampling_mechanism: Option<u32>,
    pub dropped_trace: bool,
    pub attributes: VecMap<BytesString, AttributeValue<BytesData>>,
    pub spans: Vec<Span<BytesData>>,
}

Fields§

§trace_id: [u8; 16]§priority: Option<i32>§origin: BytesString§sampling_mechanism: Option<u32>§dropped_trace: bool§attributes: VecMap<BytesString, AttributeValue<BytesData>>§spans: Vec<Span<BytesData>>