The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Metrics::Any::Adapter::DogStatsd - a metrics reporting adapter for DogStatsd

SYNOPSIS

   use Metrics::Any::Adapter 'DogStatsd';

This extension of Metrics::Any::Adapter::Statsd supports the additional tag reporting syntax defined by DogStatsd to report labelled metrics.

Additionally, distribution metrics are reported as native DogStatsd histograms rather than the two-part count-and-sum implementation of plain statsd.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>