| Class | NewRelic::Agent::Transaction::TraceNode |
| In: |
lib/new_relic/agent/transaction/trace_node.rb
|
| Parent: | Object |
| UNKNOWN_NODE_NAME | = | '<unknown>'.freeze |
| entry_timestamp | [R] | |
| exit_timestamp | [R] | The exit timestamp will be relative except for the outermost sample which will have a timestamp. |
| metric_name | [RW] | |
| params | [RW] | |
| parent_node | [R] |
call the provided block for this node and each of the called nodes while keeping track of nested nodes
return the duration of this node without including the time in the called nodes