public interface Metric
The time interval of a metric is determined by the Usage
instance
from which the metric was obtained; see ProductExtension.getCurrentUsage()
.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMetricType()
The type of the metric being provided.
|
java.lang.Number |
getMetricValue()
The value of the metric being measured.
|