Struct Open Telemetry Runtime Diagnostic

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.

pub struct OpenTelemetryRuntimeDiagnostic {
    pub code: String,
    pub message: String,
    pub count: u64,
}

A bounded aggregate describing an OpenTelemetry runtime problem.

Fields

code: String

Stable identifier for the diagnostic condition.

message: String

Distinct messages recorded for this condition, retained within a bounded budget.

count: u64

Total number of occurrences recorded for this condition.

Trait Implementations

impl Clone for OpenTelemetryRuntimeDiagnostic

impl Clone for OpenTelemetryRuntimeDiagnostic

clone

fn clone(&self) -> OpenTelemetryRuntimeDiagnostic

clone_from

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

impl Debug for OpenTelemetryRuntimeDiagnostic

impl Debug for OpenTelemetryRuntimeDiagnostic

fmt

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

impl PartialEq for OpenTelemetryRuntimeDiagnostic

impl PartialEq for OpenTelemetryRuntimeDiagnostic

eq

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

ne

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

impl Eq for OpenTelemetryRuntimeDiagnostic

impl Eq for OpenTelemetryRuntimeDiagnostic

impl StructuralPartialEq for OpenTelemetryRuntimeDiagnostic

impl StructuralPartialEq for OpenTelemetryRuntimeDiagnostic