Sha256: 4c100f6844402530e31fd01d451986de90822e7b5b0cd1053316d1d3337f41e3

Contents?: true

Size: 827 Bytes

Versions: 24

Compression:

Stored size: 827 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.
      #
      # @api public
      # @deprecated in favor of the +Transaction+ class
      #
      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

24 entries across 24 versions & 1 rubygems

Version Path
newrelic_rpm-3.10.0.279 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.9.9.275 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.9.8.273 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.9.7.266 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.9.6.257 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.9.5.251 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.9.4.245 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.9.3.241 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.9.2.239 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.9.1.236 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.9.0.229 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.8.1.221 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.8.0.218 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.7.3.204 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.7.3.199 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.7.2.195 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.7.2.192 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.7.2.190.beta lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.7.1.188 lib/new_relic/agent/instrumentation/metric_frame.rb
newrelic_rpm-3.7.1.182 lib/new_relic/agent/instrumentation/metric_frame.rb