class OpenTelemetry::Instrumentation::AwsSdk::Plugin

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

Public Instance Methods

add_handlers(handlers, config) click to toggle source
# File lib/opentelemetry/instrumentation/aws_sdk/handler.rb, line 109
def add_handlers(handlers, config)
  # run before Seahorse::Client::Plugin::ParamValidator (priority 50)
  handlers.add Handler, step: :validate, priority: 49
end