Class: EpsagonAwsPlugin

Inherits:
Seahorse::Client::Plugin
  • Object
show all
Defined in:
lib/instrumentation/aws_sdk_plugin.rb

Overview

AWS SDK plugin for epsagon instrumentation

Instance Method Summary collapse

Instance Method Details

#add_handlers(handlers, _) ⇒ Object



14
15
16
# File 'lib/instrumentation/aws_sdk_plugin.rb', line 14

def add_handlers(handlers, _)
  handlers.add(EpsagonAwsHandler, step: :validate)
end