Module: Oboe::API

Extended by:
Util
Defined in:
lib/oboe/api.rb,
lib/oboe/api/util.rb,
lib/oboe/api/logging.rb,
lib/oboe/api/tracing.rb,
lib/oboe/api/memcache.rb,
lib/oboe/api/layerinit.rb,
lib/oboe/api/profiling.rb

Defined Under Namespace

Modules: LayerInit, Logging, Memcache, Profiling, Tracing, Util

Constant Summary

Constants included from Util

Util::BACKTRACE_CUTOFF

Class Method Summary collapse

Methods included from Util

backtrace, blacklisted?, get_class_name, pps, trim_backtrace, valid_key?

Class Method Details

.extend_with_tracingObject



6
7
8
9
10
11
# File 'lib/oboe/api.rb', line 6

def self.extend_with_tracing
  extend Oboe::API::Logging
  extend Oboe::API::Tracing
  extend Oboe::API::Profiling
  extend Oboe::API::LayerInit
end