Module: OpenTelemetry::Instrumentation::AwsSdk::Patches::Handler

Defined in:
lib/opentelemetry/instrumentation/aws_sdk/patches/telemetry.rb

Overview

Patch for Telemetry Plugin Handler in V3 SDK

Instance Method Summary collapse

Instance Method Details

#call(context) ⇒ Object



13
14
15
# File 'lib/opentelemetry/instrumentation/aws_sdk/patches/telemetry.rb', line 13

def call(context)
  span_wrapper(context) { @handler.call(context) }
end