Struct tacho::ReportTake [] [src]

pub struct ReportTake {
    pub counters: HashMap<Key, u64, RandomXxHashBuilder>,
    pub gauges: HashMap<Key, u64, RandomXxHashBuilder>,
    pub stats: HashMap<Key, Histogram<u64>, RandomXxHashBuilder>,
}

Fields

Trait Implementations

impl Report for ReportTake
[src]