Module NewRelic::Agent::TransactionErrorPrimitive
In: lib/new_relic/agent/transaction_error_primitive.rb

Methods

Constants

SAMPLE_TYPE = 'TransactionError'.freeze
TYPE_KEY = 'type'.freeze
ERROR_CLASS_KEY = 'error.class'.freeze
ERROR_MESSAGE_KEY = 'error.message'.freeze
TIMESTAMP_KEY = 'timestamp'.freeze
PORT_KEY = 'port'.freeze
NAME_KEY = 'transactionName'.freeze
DURATION_KEY = 'duration'.freeze
GUID_KEY = 'nr.transactionGuid'.freeze
REFERRING_TRANSACTION_GUID_KEY = 'nr.referringTransactionGuid'.freeze
SYNTHETICS_RESOURCE_ID_KEY = "nr.syntheticsResourceId".freeze
SYNTHETICS_JOB_ID_KEY = "nr.syntheticsJobId".freeze
SYNTHETICS_MONITOR_ID_KEY = "nr.syntheticsMonitorId".freeze

Public Instance methods

[Validate]