Struct opentelemetry::sdk::export::metrics::Record[][src]

pub struct Record<'a> { /* fields omitted */ }
This is supported on crate feature metrics only.
Expand description

A container for the exported data for a single metric instrument and label set, as prepared by the Processor for the Exporter. This includes the effective start and end time for the aggregation.

Implementations

The aggregator for this metric

A description of the metric instrument being exported.

The labels associated with the instrument and the aggregated data.

Common attributes that apply to this metric event.

The start time of the interval covered by this aggregation.

The end time of the interval covered by this aggregation.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.