Sha256: 66daf131f7739cbcba495422e1177fa8267b47708d3a76c80e3758846cf56147

Contents?: true

Size: 183 Bytes

Versions: 8

Compression:

Stored size: 183 Bytes

Contents

class NewRelic::Agent::Sampler
  attr_accessor :stats_engine
  attr_reader :id
  def initialize(id)
    @id = id
  end
  
  def poll
    raise "Implement in the subclass"
  end
  
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
newrelic_rpm-2.9.9 lib/new_relic/agent/sampler.rb
newrelic_rpm-2.9.8 lib/new_relic/agent/sampler.rb
newrelic_rpm-2.9.6 lib/new_relic/agent/sampler.rb
genki-newrelic_rpm-2.10.1 lib/new_relic/agent/sampler.rb
newrelic_rpm-2.9.5 lib/new_relic/agent/sampler.rb
newrelic_rpm-2.9.2 lib/new_relic/agent/sampler.rb
newrelic_rpm-2.9.3 lib/new_relic/agent/sampler.rb
newrelic_rpm-2.9.4 lib/new_relic/agent/sampler.rb