Module: DynamoDB::Prepend
- Defined in:
- lib/new_relic/agent/instrumentation/dynamodb/prepend.rb
Constant Summary
Constants included from NewRelic::Agent::Instrumentation::DynamoDB
NewRelic::Agent::Instrumentation::DynamoDB::DEFAULT_HOST, NewRelic::Agent::Instrumentation::DynamoDB::INSTRUMENTED_METHODS, NewRelic::Agent::Instrumentation::DynamoDB::PRODUCT
Instance Method Summary collapse
Methods included from NewRelic::Agent::Instrumentation::DynamoDB
#build_request_with_new_relic, #get_arn, #instrument_method_with_new_relic
Instance Method Details
#build_request(*args) ⇒ Object
15 16 17 |
# File 'lib/new_relic/agent/instrumentation/dynamodb/prepend.rb', line 15 def build_request(*args) build_request_with_new_relic(*args) { super } end |