Module: OpenSearch::Prepend
- Defined in:
- lib/new_relic/agent/instrumentation/opensearch/prepend.rb
Constant Summary
Constants included from NewRelic::Agent::Instrumentation::OpenSearch
NewRelic::Agent::Instrumentation::OpenSearch::INSTANCE_METHOD_PATTERN, NewRelic::Agent::Instrumentation::OpenSearch::INSTRUMENTATION_NAME, NewRelic::Agent::Instrumentation::OpenSearch::OPERATION, NewRelic::Agent::Instrumentation::OpenSearch::OPERATION_PATTERN, NewRelic::Agent::Instrumentation::OpenSearch::PRODUCT_NAME
Instance Method Summary collapse
Methods included from NewRelic::Agent::Instrumentation::OpenSearch
Instance Method Details
#perform_request(*args) ⇒ Object
9 10 11 |
# File 'lib/new_relic/agent/instrumentation/opensearch/prepend.rb', line 9 def perform_request(*args) perform_request_with_tracing(*args) { super } end |