metric
| Namespace: | com.unboundid.directory.mon.api.v1.models | 
This defines a single metric that captures historical data for and can answer queries over that data. Example metrics are
1. CPU utilization 2. Replication backlog 3. Work Queue % Busy 4. Operation response times (including histogram) by type.
JSON
| property | type | description | 
|---|---|---|
| id | string | The ID of this Metric. | 
| name | string | The display name of this Metric. | 
| shortName | string | The short display name of this Metric. | 
| group | string | The group for this Metric. | 
| advanced | boolean | Whether this Metric is advanced. | 
| description | description (string) | The description of this Metric. | 
| instanceTypes | array of instanceTypes/instanceType (string) | The possible instance types that could be sources for this metric. | 
| statistics | array of statistics/statistic (string) | The statistics available for this Metric. | 
| dimensions | array of dimensions/dimension (dimension) | The Dimensions associated with this metric. |