Beispiel #1
0
 /**
  * @inherit
  **/
 function produceStatsdData($key, $value = 1, $metric = StatsdDataInterface::STATSD_METRIC_COUNT)
 {
     return $this->factory->produceStatsdData($key, $value, $metric);
 }