Struct cadence::ConsoleMetricSink [] [src]

pub struct ConsoleMetricSink;

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