Module: Nosey::Instrumentation::DSL::InstanceMethods

Defined in:
lib/nosey/instrumentation.rb

Instance Method Summary collapse

Instance Method Details

#noseyObject

Setup instrumentation that we’ll use to report stats for this thing



11
12
13
# File 'lib/nosey/instrumentation.rb', line 11

def nosey
  @_nosey ||= Nosey::Probe::Set.new("#{self.class.name}##{object_id}")
end