Sha256: a02f4a61497e417c737b4e2a9f5d78618ea811b5f846d529e0565c15c0e67ffe

Contents?: true

Size: 857 Bytes

Versions: 14

Compression:

Stored size: 857 Bytes

Contents

# encoding: utf-8
# This file is distributed under New Relic's license terms.
# See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details.

module NewRelic
  module Agent
    module Instrumentation
      # This is a legacy support shim now that the +MetricFrame+ functionality
      # has moved over to the +Transaction+ class instead.
      #
      # This class is deprecated and will be removed in a future agent version.
      #
      # This class is not part of the public API.  Avoid making calls on it directly.
      #
      # @deprecated
      class MetricFrame

        # @deprecated
        def self.recording_web_transaction?
          Transaction.recording_web_transaction?
        end

        # @deprecated
        def self.abort_transaction!
          Transaction.abort_transaction!
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
newrelic_rpm-3.6.8.168 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.6.8.164 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.6.7.159 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.6.7.159.beta lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.6.7.152 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.6.6.147 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.6.5.130 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.6.4.122 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.6.4.113.beta lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.6.3.111 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.6.3.106 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.6.3.105.beta lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.6.3.104 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.6.3.103.beta lib/new_relic/agent/instrumentation/metric_frame.rb