Enum keen::Metric [] [src]

pub enum Metric {
    Sum(String),
    Count,
    CountUnique(String),
    Minimum(String),
    Maximum(String),
    Average(String),
    SelectUnique(String),
    Extraction,
    Percentile(Stringf64),
    Median(String),
}

Type defines a metric to query.

Variants

Trait Implementations

impl Debug for Metric
[src]

Formats the value using the given formatter.

impl Clone for Metric
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Metric
[src]

Formats the value using the given formatter.