Struct tacho::HistogramWithSum [] [src]

pub struct HistogramWithSum { /* fields omitted */ }

Tracks a distribution of values with their sum.

hdrsample::Histogram does not track a sum by default; but prometheus expects a sum for histograms.

Methods

impl HistogramWithSum
[src]

Trait Implementations

impl Clone for HistogramWithSum
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more