Raw correlation information for transaction links
| 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. |
| client_id | integer | not null | The id of the component information |
| server_id | integer | not null | The id of the component information |
| server_port | integer | not null | |
| last_usage_gmt_time_mills | float | with null | The last time in milliseconds when the link was used by the transaction. |
| usage | float | with null | The number of times the link was used by the transaction |
| level_number | integer | with null | The minimal distance in levels away from a client component. All links coming from the client are at level 0. |
| decayed_usage | float | with null | The usage as decayed by taking into consideration the halflife and minimum usage count. |
| activity | float | with null | The number of times the transaction was active since this link was first found |
| decayed_activity | float | with null | The activity as decayed by taking into consideration the halflife and minimum usage count. |
Product Name: Unicenter Application Performance Management
Table Type: Table