Class NewRelic::Agent::Instrumentation::Event
In: lib/new_relic/agent/instrumentation/evented_subscriber.rb
Parent: Object

Taken from ActiveSupport::Notifications::Event, pasted here with a couple minor additions so we don‘t have a hard dependency on ActiveSupport::Notifications.

Represents an instrumentation event, provides timing and metric name information useful when recording metrics.

Methods

<<   duration   metric_name   new   parent_of?  

Attributes

children  [R] 
end  [RW] 
frame  [RW] 
name  [R] 
parent  [RW] 
payload  [R] 
time  [R] 
transaction_id  [R] 

Public Class methods

Public Instance methods

[Validate]