Module: BrainzLab::Instrumentation::ExconInstrumentation
- Defined in:
- lib/brainzlab/instrumentation/excon.rb
Defined Under Namespace
Modules: BrainzLabInstrumentor
Classes: Middleware
Class Method Summary
collapse
Class Method Details
.install! ⇒ Object
7
8
9
10
11
12
13
|
# File 'lib/brainzlab/instrumentation/excon.rb', line 7
def install!
return unless defined?(::Excon)
install_middleware!
BrainzLab.debug_log('[Instrumentation] Excon instrumentation installed')
end
|