Class: Protobuf::Statsd

Inherits:
Object
  • Object
show all
Defined in:
lib/protobuf/statsd.rb

Class Attribute Summary collapse

Class Attribute Details

.clientObject

The StatsD Client to send stats to. The client must match the interface provided by lookout-statsd (https://github.com/lookout/statsd).



7
8
9
# File 'lib/protobuf/statsd.rb', line 7

def client
  @client
end