Class: Datadog::Contrib::Aws::Instrumentation

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

Overview

A Seahorse::Client::Plugin that enables instrumentation for all AWS services

Instance Method Summary collapse

Instance Method Details

#add_handlers(handlers, _) ⇒ Object



12
13
14
# File 'lib/ddtrace/contrib/aws/instrumentation.rb', line 12

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