NAME

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

SYNOPSIS

use Metrics::Any::Adapter 'SignalFx';

DESCRIPTION

This extension of Metrics::Any::Adapter::Statsd supports the additional tag reporting syntax defined by SignalFx to report labelled metrics. Due to limitations of the line-based protocol, certain characters are not allowed in label names or values. Any [, ], ,, |, = or linefeeds are replaced by _.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>