21 use Liuggio\StatsdClient\Factory\StatsdDataFactoryInterface;
22 use Liuggio\StatsdClient\Entity\StatsdDataInterface;
50 $this->prefix = rtrim(
$prefix,
'.' );
58 return $this->prefix .
'.' . $key;
69 public function set( $key,
$value ) {
82 return $this->factory->updateCount( $this->
addPrefixToKey( $key ), $delta );
88 $metric = StatsdDataInterface::STATSD_METRIC_COUNT
90 return $this->factory->produceStatsdData(