Raw correlation information for transactions
| Column Name | Column Datatype | Column Null Option | Column Comment |
| apm_application_name | varchar(64) | not null | The name of the application that the transaction belongs to. |
| apm_transaction_name | varchar(255) | not null | The name of the transaction. |
| created_time_mills | float | with null | Creation date in milliseconds |
| modified_time_mills | float | with null | The modification time in milliseconds |
| activation | float | with null | The number of times the transaction has run. |
| decayed_activation | float | with null | The activation as decayed by taking into consideration the halflife and minimum usage count. |
| missed_activations | float | with null | The number of activations that were missed because the transaction was too long or observations were not available. |
| next_decay_trigger_mills | float | with null | When the next decay should be triggered for this transaction. |
| last_activity_gmt_time_mills | float | with null | The last time the transaction was active in milliseconds |
Product Name: Unicenter Application Performance Management
Table Type: Table