discreteValued
| Extends: | metric | 
| 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.
JSON
| property | type | description | 
|---|---|---|
| countUnit | countUnit (unit) | Unit for the count of the number of discrete measurements. | 
| valueUnit | valueUnit (unit) | Unit for the unit for the value of the measurement. |