Struct dipstick::statsd::StatsdWriter [] [src]

pub struct StatsdWriter { /* fields omitted */ }

The statsd writer formats metrics to statsd protocol and writes them to a UDP socket.

Trait Implementations

impl Debug for StatsdWriter
[src]

[src]

Formats the value using the given formatter.

impl MetricWriter<StatsdKey> for StatsdWriter
[src]

[src]

Write a single metric value

[src]

Some sinks may have buffering capability. Flushing makes sure all previously written metrics are propagated down the sink chain and to any applicable external outputs. Read more

impl Drop for StatsdWriter
[src]

[src]

Executes the destructor for this type. Read more