Class: BrainzLab::Instrumentation::AWSInstrumentation::BrainzLabPlugin

Inherits:
Object
  • Object
show all
Defined in:
lib/brainzlab/instrumentation/aws.rb

Overview

Aws SDK Plugin

Defined Under Namespace

Classes: Handler

Class Method Summary collapse

Class Method Details

.add_handlers(handlers, _config) ⇒ Object



104
105
106
# File 'lib/brainzlab/instrumentation/aws.rb', line 104

def self.add_handlers(handlers, _config)
  handlers.add(Handler, step: :validate, priority: 0)
end