class Puppet::Indirector::InstrumentationProbe::Local

Public Instance Methods

destroy(request) click to toggle source
# File lib/puppet/indirector/instrumentation_probe/local.rb, line 24
def destroy(request)
  Puppet::Util::Instrumentation::Instrumentable.disable_probes
end
find(request) click to toggle source
# File lib/puppet/indirector/instrumentation_probe/local.rb, line 9
def find(request)
end
save(request) click to toggle source
# File lib/puppet/indirector/instrumentation_probe/local.rb, line 20
def save(request)
  Puppet::Util::Instrumentation::Instrumentable.enable_probes
end