| Class | NewRelic::Agent::Transaction::Attributes |
| In: |
lib/new_relic/agent/transaction/attributes.rb
|
| Parent: | Object |
| KEY_LIMIT | = | 255 |
| VALUE_LIMIT | = | 255 |
| COUNT_LIMIT | = | 64 |
| EMPTY_HASH | = | {}.freeze |
| CAN_BYTESLICE | = | String.instance_methods.include?(:byteslice) |