| Class | NewRelic::Agent::Transaction::Segment |
| In: |
lib/new_relic/agent/transaction/segment.rb
|
| Parent: | AbstractSegment |
| unscoped_metrics | [R] | unscoped_metrics can be nil, a string, or array. we do this to save object allocations. if allocations weren‘t important then we would initialize it as an array that would be empty, have one item, or many items. |