Struct historian::Histo [] [src]

pub struct Histo { /* fields omitted */ }

A histogram collector that uses zero-configuration logarithmic buckets.

Methods

impl Histo
[src]

[src]

Record a value.

[src]

Retrieve a percentile [0-100]. Returns NAN if no metrics have been collected yet.

[src]

Dump out some common percentiles.

Trait Implementations

impl Default for Histo
[src]

[src]

Returns the "default value" for a type. Read more

impl Send for Histo
[src]

impl Debug for Histo
[src]

[src]

Formats the value using the given formatter.