Class: Protobuf::Statsd
- Inherits:
-
Object
- Object
- Protobuf::Statsd
- Defined in:
- lib/protobuf/statsd.rb
Class Attribute Summary collapse
-
.client ⇒ Object
The StatsD Client to send stats to.
Class Attribute Details
.client ⇒ Object
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 |