Module: BrainzLab::Instrumentation::AWSInstrumentation

Defined in:
lib/brainzlab/instrumentation/aws.rb

Defined Under Namespace

Classes: BrainzLabPlugin

Class Method Summary collapse

Class Method Details

.install!Object



7
8
9
10
11
12
13
# File 'lib/brainzlab/instrumentation/aws.rb', line 7

def install!
  return unless defined?(::Aws)

  install_plugin!

  BrainzLab.debug_log('[Instrumentation] AWS SDK instrumentation installed')
end