Struct Telemetry Plan

View as Markdown

Generated from cargo doc --no-deps -p nemo-fabric-core.

pub struct TelemetryPlan {
    pub providers: Vec<TelemetryProvider>,
    pub relay_enabled: bool,
    pub relay_project: Option<String>,
    pub relay_output_dir: Option<PathBuf>,
    pub relay_config: Option<Value>,
    pub native_config: Option<Value>,
    pub adapter_outputs: Vec<String>,
}

Resolved telemetry plan.

Fields

providers: Vec<TelemetryProvider>

Telemetry providers selected for this run.

relay_enabled: bool

Whether Relay is enabled.

relay_project: Option<String>

Relay project, when configured.

relay_output_dir: Option<PathBuf>

Relay output directory, when configured.

relay_config: Option<Value>

Relay pass-through config.

native_config: Option<Value>

Native telemetry pass-through config.

adapter_outputs: Vec<String>

Telemetry outputs declared by the selected adapter descriptor.

Trait Implementations

impl Clone for TelemetryPlan

impl Clone for TelemetryPlan

clone

fn clone(&self) -> TelemetryPlan

clone_from

fn clone_from(&mut self, source: &Self)

impl Debug for TelemetryPlan

impl Debug for TelemetryPlan

fmt

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl<'de> Deserialize<'de> for TelemetryPlan

impl<'de> Deserialize<'de> for TelemetryPlan

deserialize

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,

impl JsonSchema for TelemetryPlan

impl JsonSchema for TelemetryPlan

schema_name

fn schema_name() -> Cow<'static, str>

schema_id

fn schema_id() -> Cow<'static, str>

json_schema

fn json_schema(generator: &mut SchemaGenerator) -> Schema

inline_schema

fn inline_schema() -> bool

impl PartialEq for TelemetryPlan

impl PartialEq for TelemetryPlan

eq

fn eq(&self, other: &TelemetryPlan) -> bool

ne

fn ne(&self, other: &Rhs) -> bool

impl Serialize for TelemetryPlan

impl Serialize for TelemetryPlan

serialize

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
    __S: Serializer,

impl StructuralPartialEq for TelemetryPlan

impl StructuralPartialEq for TelemetryPlan