Represents a folder in the metric tree. Gives an hierarchical overview of all the metrics in the system.
A metric folder can either be a set of other folders & metrics, or it can be represented as a schema.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| metric_folder_id | integer | not null | Metric folder identity |
| level | integer | with null | The level in the metric folder tree. 0 is root. |
| parent_path | varchar(255) | with null | The parent path is a / separated path of identities. / means root. |
| label | nvarchar(100) | with null | The label of the folder |
| label_bundle_key | varchar(50) | with null | The bundle key label is used for i18n labels when the label itself is NULL. |
| schema_id | integer | with null | The schema that represents this folder. May be null. |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| metric_folder_id | usm_importer | metric_folder_id |
| metric_folder_id | usm_metric | metric_folder_id |