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.
XML
Attributes
| name |
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.
|
Elements
| name (type) |
min/max occurs |
description |
|
description (string)
|
0/1 |
The description of this Metric.
|
|
instanceTypes/instanceType (string)
|
0/unbounded |
The possible instance types that could be sources for this metric.
|
|
statistics/statistic (string)
|
0/unbounded |
The statistics available for this Metric.
|
|
dimensions/dimension (dimension)
|
0/unbounded |
The Dimensions associated with this metric.
|
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.
|
| 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.
|