Class: Instana::Instrumentation::SQS

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

Defined Under Namespace

Classes: Handler

Instance Method Summary collapse

Instance Method Details

#add_handlers(handlers, _config) ⇒ Object



93
94
95
# File 'lib/instana/instrumentation/aws_sdk_sqs.rb', line 93

def add_handlers(handlers, _config)
  handlers.add(Handler, step: :initialize)
end