Class Moped::Instrumentable::Noop
In: lib/moped/instrumentable/noop.rb
Parent: Object

Does not instrument anything, just yields.

@since 2.0.0

Methods

Public Class methods

Do not instrument anything.

@example Do not instrument.

  Noop.instrument("moped.noop") do
    node.connect
  end

@param [ String ] name The name of the operation. @param [ Hash ] payload The payload.

@return [ Object ] The result of the yield.

@since 2.0.0

[Validate]