Struct dipstick::Scoreboard [] [src]

pub struct Scoreboard { /* fields omitted */ }

A metric that holds aggregated values. Some fields are kept public to ease publishing.

Methods

impl Scoreboard
[src]

[src]

Create a new Scoreboard to track summary values of a metric

[src]

Update scores with new value

[src]

Map raw scores (if any) to applicable statistics

Trait Implementations

impl Debug for Scoreboard
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Scoreboard

impl Sync for Scoreboard