module NewRelic::Agent::Instrumentation::AwsSdkLambda::Prepend
Public Instance Methods
Source
# File lib/new_relic/agent/instrumentation/aws_sdk_lambda/prepend.rb, line 11 def invoke(*args) invoke_with_new_relic(*args) { super } end
Calls superclass method
Source
# File lib/new_relic/agent/instrumentation/aws_sdk_lambda/prepend.rb, line 15 def invoke_async(*args) invoke_async_with_new_relic(*args) { super } end
Calls superclass method
Source
# File lib/new_relic/agent/instrumentation/aws_sdk_lambda/prepend.rb, line 19 def invoke_with_response_stream(*args) invoke_with_response_stream_with_new_relic(*args) { super } end
Calls superclass method