Struct dipstick::Event [] [src]

pub struct Event<C: MetricSink + 'static> { /* fields omitted */ }

A monotonic counter metric. Since value is only ever increased by one, no value parameter is provided, preventing potential problems.

Methods

impl<C: MetricSink> Event<C>
[src]

[src]

Record a single event occurence.

Trait Implementations

impl<C: Debug + MetricSink + 'static> Debug for Event<C>
[src]

[src]

Formats the value using the given formatter.