Sha256: 4dc52ddc1728ee9277990e667e6a2b9e3d53b622948ca217fe46a6da55627262

Contents?: true

Size: 413 Bytes

Versions: 4

Compression:

Stored size: 413 Bytes

Contents

# This file is distributed under New Relic's license terms.
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
# frozen_string_literal: true

module NewRelic::Agent::Instrumentation
  module OpenSearch::Prepend
    include NewRelic::Agent::Instrumentation::OpenSearch

    def perform_request(*args)
      perform_request_with_tracing(*args) { super }
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
newrelic_rpm-9.16.0 lib/new_relic/agent/instrumentation/opensearch/prepend.rb
newrelic_rpm-9.15.0 lib/new_relic/agent/instrumentation/opensearch/prepend.rb
newrelic_rpm-9.14.0 lib/new_relic/agent/instrumentation/opensearch/prepend.rb
newrelic_rpm-9.13.0 lib/new_relic/agent/instrumentation/opensearch/prepend.rb