[][src]Trait open_metrics_client::encoding::proto::ToMetrics

pub trait ToMetrics {
    pub fn to_metrics(&self) -> Vec<Metric>;
}

Required methods

pub fn to_metrics(&self) -> Vec<Metric>[src]

Loading content...

Implementors

impl<A> ToMetrics for Counter<A> where
    A: Atomic,
    <A as Atomic>::Number: Into<f64>, 
[src]

Loading content...