Aggregated metric trend information, trend is rollup based on a service, account and this data is persisted here to avoid running complex queries to the result tables
| Column Name | Column Datatype | Column Null Option | Column Comment |
| metric_id | integer | not null | |
| service_code | integer | not null | Catalog offering id |
| sm_start_time | date | not null | Start metric time |
| sm_end_time | date | not null | End metric time |
| status | integer | with null | 0=no errors, 1=warning, 2=error |
| row_count | integer | with null | Number of rows created in this aggregation run |
| rollup_value | float | with null | Total value of rows created in this run |
| min_value | float | with null | Minimum aggregation value |
| max_value | float | with null | maximum aggregation value |
Product Name: Unicenter Service Management
Table Type: Table