metric element
| Type: | 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.
Example JSON
{
  "id" : "...",
  "name" : "...",
  "shortName" : "...",
  "group" : "...",
  "advanced" : false,
  "description" : "...",
  "instanceTypes" : [ "...", ... ],
  "statistics" : [ "...", ... ],
  "dimensions" : [ {
    "id" : "...",
    "name" : "...",
    "values" : [ "...", ... ]
  }, ... ]
}