Class: Instana::Instrumentation::DynamoDB
- Inherits:
-
Seahorse::Client::Plugin
- Object
- Seahorse::Client::Plugin
- Instana::Instrumentation::DynamoDB
- Defined in:
- lib/instana/instrumentation/aws_sdk_dynamodb.rb
Defined Under Namespace
Classes: Handler
Instance Method Summary collapse
Instance Method Details
#add_handlers(handlers, _config) ⇒ Object
43 44 45 |
# File 'lib/instana/instrumentation/aws_sdk_dynamodb.rb', line 43 def add_handlers(handlers, _config) handlers.add(Handler, step: :initialize) end |