Type Alias diagnostics_data::InspectData

source ·
pub type InspectData = Data<Inspect>;
Expand description

A diagnostics data object containing inspect data.

Aliased Type§

struct InspectData {
    pub data_source: DataSource,
    pub metadata: InspectMetadata,
    pub moniker: String,
    pub payload: Option<DiagnosticsHierarchy>,
    pub version: u64,
}

Fields§

§data_source: DataSource

The source of the data.

§metadata: InspectMetadata

The metadata for the diagnostics payload.

§moniker: String

Moniker of the component that generated the payload.

§payload: Option<DiagnosticsHierarchy>

Payload containing diagnostics data, if the payload exists, else None.

§version: u64

Schema version.