discreteValuedMetric element
| Type: | discreteValued | 
| Namespace: | com.unboundid.directory.mon.api.v1.models | 
This represents a Metric where each sample may consist of multiple subsamples. For instance, the response times of an operation. Each operation has a single response time. Discrete-valued metrics are time-aggregated by performing a weighted average on the samples, allowing samples that had more occurrences to have more weight in the aggregate value than samples that had fewer occurrences.
Example JSON
{
  "countUnit" : {
    "singularName" : "...",
    "pluralName" : "...",
    "abbreviatedName" : "..."
  },
  "valueUnit" : {
    "singularName" : "...",
    "pluralName" : "...",
    "abbreviatedName" : "..."
  },
  "id" : "...",
  "name" : "...",
  "shortName" : "...",
  "group" : "...",
  "advanced" : false,
  "description" : "...",
  "instanceTypes" : [ "...", ... ],
  "statistics" : [ "...", ... ],
  "dimensions" : [ {
    "id" : "...",
    "name" : "...",
    "values" : [ "...", ... ]
  }, ... ]
}