Enum metrics_distributor::metrics::Metric [] [src]

pub enum Metric {
    Count(Dimensionu64),
    Measure(Dimensionf64),
    Sample(Dimensionf64),
}

Metric collected from a collector to be recorded in a store.

Variants

Trait Implementations

impl Clone for Metric
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Metric
[src]

Formats the value using the given formatter.

impl PartialEq for Metric
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.