Struct dipstick::StatsdSink [] [src]

pub struct StatsdSink { /* fields omitted */ }

Allows sending metrics to a statsd server

Trait Implementations

impl Debug for StatsdSink
[src]

[src]

Formats the value using the given formatter.

impl Sink<StatsdMetric> for StatsdSink
[src]

[src]

Define a new metric instrument of the requested kind, with the specified name and sample rate.

[src]

Returns a callback function to send scope commands. Writes can be performed by passing Some((&Metric, Value)) Flushes can be performed by passing None Read more