Struct prometheus::local::AFLocalHistogram[][src]

pub struct AFLocalHistogram<T: 'static + MayFlush, D: HistogramDelegator<T>> { /* fields omitted */ }
Expand description

Auto flush-able local counter

Implementations

Construct a new AFLocalHistogram from delegator

Add a single observation to the Histogram.

Observe execution time of a closure, in second.

Observe execution time of a closure, in second.

Clear the local metric.

Flush the local metrics to the Histogram metric.

Return accumulated sum of local samples.

Return count of local samples.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.