class Mmtrix::Agent::Instrumentation::MetricFrame
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
Public Class Methods
abort_transaction!()
click to toggle source
@deprecated
# File lib/mmtrix/agent/instrumentation/metric_frame.rb, line 30 def self.abort_transaction! Mmtrix::Agent::Deprecator.deprecate( "Mmtrix::Agent::Instrumentation::MetricFrame.abort_transaction!", "Mmtrix::Agent::Transaction.abort_transaction!") Transaction.abort_transaction! end
recording_web_transaction?()
click to toggle source
@deprecated
# File lib/mmtrix/agent/instrumentation/metric_frame.rb, line 21 def self.recording_web_transaction? Mmtrix::Agent::Deprecator.deprecate( "Mmtrix::Agent::Instrumentation::MetricFrame.recording_web_transaction?", "Mmtrix::Agent::Transaction.recording_web_transaction?") Transaction.recording_web_transaction? end