# File lib/puppet/indirector/instrumentation_probe/local.rb, line 24 def destroy(request) Puppet::Util::Instrumentation::Instrumentable.disable_probes end
# File lib/puppet/indirector/instrumentation_probe/local.rb, line 9 def find(request) end
# File lib/puppet/indirector/instrumentation_probe/local.rb, line 20 def save(request) Puppet::Util::Instrumentation::Instrumentable.enable_probes end
# File lib/puppet/indirector/instrumentation_probe/local.rb, line 12 def search(request) probes = [] Puppet::Util::Instrumentation::Instrumentable.each_probe do |probe| probes << Puppet::Util::Instrumentation::IndirectionProbe.new("#{probe.klass}.#{probe.method}") end probes end