Sha256: 4352245b5f855d9865249a89be3d9f0ebe7e5bb85eedcd865e6669aa4b2376f0

Contents?: true

Size: 255 Bytes

Versions: 7

Compression:

Stored size: 255 Bytes

Contents

module Protobuf
  class Statsd
    class << self
      # The StatsD Client to send stats to. The client must match the
      # interface provided by lookout-statsd
      # (https://github.com/lookout/statsd).
      attr_accessor :client
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
protobuffy-4.0.1 lib/protobuf/statsd.rb
protobuffy-4.0.0 lib/protobuf/statsd.rb
protobuffy-3.6.0 lib/protobuf/statsd.rb
protobuffy-3.5.1 lib/protobuf/statsd.rb
protobuffy-3.4.0 lib/protobuf/statsd.rb
protobuffy-3.3.0 lib/protobuf/statsd.rb
protobuffy-3.2.0 lib/protobuf/statsd.rb