Trait metrix::ObservationLike[][src]

pub trait ObservationLike {
    fn timestamp(&self) -> Instant;
fn is_delta(&self) -> bool; }

Required methods

fn timestamp(&self) -> Instant[src]

fn is_delta(&self) -> bool[src]

Observations which are deltas should not be skipped when there are too many incoming metrics

Loading content...

Implementors

Loading content...