Struct rs_collector::bosun::Sample[][src]

pub struct Sample {
    pub time: u64,
    pub metric: String,
    pub value: f64,
    pub tags: Tags,
}

Fields

Methods

impl Sample
[src]

Trait Implementations

impl Debug for Sample
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Sample

impl Sync for Sample