countMetric element
| Type: | count | 
| Namespace: | com.unboundid.directory.mon.api.v1.models | 
This represents a Metric that have specific occurrences that are counted, i.e. there is no separate value associated with the measurement. For instance he number of newly established connections is a count. Count metrics are time-aggregated by adding the values of the samples.
Example JSON
{
  "countUnit" : {
    "singularName" : "...",
    "pluralName" : "...",
    "abbreviatedName" : "..."
  },
  "id" : "...",
  "name" : "...",
  "shortName" : "...",
  "group" : "...",
  "advanced" : false,
  "description" : "...",
  "instanceTypes" : [ "...", ... ],
  "statistics" : [ "...", ... ],
  "dimensions" : [ {
    "id" : "...",
    "name" : "...",
    "values" : [ "...", ... ]
  }, ... ]
}