Struct dipstick::statsd::StatsdSink [] [src]

pub struct StatsdSink { /* fields omitted */ }

Allows sending metrics to a statsd server

Methods

impl StatsdSink
[src]

[src]

Create a new statsd sink to the specified address with the specified prefix

Trait Implementations

impl Debug for StatsdSink
[src]

[src]

Formats the value using the given formatter.

impl MetricSink for StatsdSink
[src]

Metric identifier type of this sink.

Metric writer type of this sink.

[src]

Define a new sink-specific metric that can be used for writing values.

[src]

Open a metric writer to write metrics to. Some sinks reuse the same writer while others allocate resources for every new writer. Read more