Skip to main content

TracerPayloadSlice

Type Alias TracerPayloadSlice 

Source
pub type TracerPayloadSlice<'a> = TracerPayload<SliceData<'a>>;

Aliased Type§

pub struct TracerPayloadSlice<'a> {
    pub container_id: Cow<'a, str>,
    pub language_name: Cow<'a, str>,
    pub language_version: Cow<'a, str>,
    pub tracer_version: Cow<'a, str>,
    pub runtime_id: Cow<'a, str>,
    pub env: Cow<'a, str>,
    pub hostname: Cow<'a, str>,
    pub app_version: Cow<'a, str>,
    pub attributes: VecMap<Cow<'a, str>, AttributeValue<SliceData<'a>>>,
    pub chunks: Vec<TraceChunk<SliceData<'a>>>,
}

Fields§

§container_id: Cow<'a, str>§language_name: Cow<'a, str>§language_version: Cow<'a, str>§tracer_version: Cow<'a, str>§runtime_id: Cow<'a, str>§env: Cow<'a, str>§hostname: Cow<'a, str>§app_version: Cow<'a, str>§attributes: VecMap<Cow<'a, str>, AttributeValue<SliceData<'a>>>§chunks: Vec<TraceChunk<SliceData<'a>>>