SampleTriple

Type Alias SampleTriple 

Source
pub type SampleTriple<'a, T> = (&'a str, Option<u64>, &'a SnapshotResult<T>);
Expand description

Per-sample triple (tag, elapsed_ms, &value) yielded by SeriesField::iter_full and stored in the per-phase buckets returned by SeriesField::by_phase.