This table contains values for a given metric attribute. Multiple metric instances(of the same metric type) with the same attribute value should reference the same usm_metric_attr_value.
Note, we may make this table independent of metric_attr_spec, so that metric attribute values can be shared across different metric types.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| metric_attribute_value_id | integer | not null | Unique identity of the attribute value |
| value | nvarchar(511) | with null | The value |
| metric_attr_spec_id | integer | with null | Unique identifier for the metric attribute specification for the given attribute |
| reference_key | varchar(20) | with null | Key used by the metric_attr_plugin to retrieve the value. Should be NULL if metric_attr_reference_plugin_id is NULL |
| metric_attr_reference_plugin_id | integer | with null | Unique identifier identifying the plugin. Should be NULL if no plugin is used. |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| metric_attribute_value_id | usm_event_instance_value | metric_attribute_value_id |