Module cadence::ext[][src]

Extension points for the Cadence library

Libraries wishing to make use of Cadence for sending metrics to a Statsd server but needing more control over how the metrics are built and formatted can make use these extension points.

Traits

MetricBackend

Typically internal methods for sending metrics and handling errors.