class Faraday::Request::Instrumentation::Options

def instrumenter

Returns:
  • (Class) -
def instrumenter
  self[:instrumenter] ||= ActiveSupport::Notifications
end