continuousValuedMetric element
| Type: | continuousValued | 
| Namespace: | com.unboundid.directory.mon.api.v1.models | 
This represents a Metric that has a continuous value that can be measured at any time, where each sample consists of a single measurement. For instance, disk free space, or CPU utilization. These metrics are not tied to specific events. Continuous-valued metrics are time-aggregated by averaging the values of the samples.
Example JSON
{
  "valueUnit" : {
    "singularName" : "...",
    "pluralName" : "...",
    "abbreviatedName" : "..."
  },
  "id" : "...",
  "name" : "...",
  "shortName" : "...",
  "group" : "...",
  "advanced" : false,
  "description" : "...",
  "instanceTypes" : [ "...", ... ],
  "statistics" : [ "...", ... ],
  "dimensions" : [ {
    "id" : "...",
    "name" : "...",
    "values" : [ "...", ... ]
  }, ... ]
}