Struct cadence::ConsoleMetricSink [] [src]

pub struct ConsoleMetricSink;
Deprecated since 0.9.0

: If you with to use a console MetricSink please copy the functionality into your own project. This will be removed in version 1.0.0

Implementation of a MetricSink that emits metrics to the console.

Metrics are emitted with the println! macro.

Trait Implementations

impl Debug for ConsoleMetricSink
[src]

Formats the value using the given formatter.

impl Clone for ConsoleMetricSink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl MetricSink for ConsoleMetricSink
[src]

Send the Statsd metric using this sink and return the number of bytes written or an I/O error. Read more