Struct metrix::instruments::Meter [] [src]

pub struct Meter { /* fields omitted */ }

For measuring rates, e.g. request/s

Methods

impl Meter
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl PutsSnapshot for Meter
[src]

[src]

Puts the current snapshot values into the given Snapshot thereby following the guidelines of PutsSnapshot. Read more

impl Updates for Meter
[src]

[src]

Update the internal state according to the given Update. Read more

impl Descriptive for Meter
[src]

[src]

[src]