Package com.thingworx.metrics
Interface IMetric
- All Known Subinterfaces:
ICounter<T>
,IGauge<T>
,IMetricSet<T>
,IStatistic<V,
Q>
The generic interface that all metrics must implement.
-
Field Details
-
VALUE_TYPE
- See Also:
-
METRIC_TYPE
- See Also:
-
VALUE
- See Also:
-
-
Method Details
-
key
Returns this metric's key.- Returns:
- the key
-