Module: StatsD::Instrument::Matchers

Defined in:
lib/statsd/instrument/matchers.rb

Defined Under Namespace

Classes: Matcher

Constant Summary collapse

CUSTOM_MATCHERS =
{
  increment: :c,
  measure: :ms,
  gauge: :g,
  histogram: :h,
  distribution: :d,
  set: :s,
}