public interface Metric
Modifier and Type | Method and Description |
---|---|
MetricName |
metricName()
A name for this metric
|
Object |
metricValue()
The value of the metric, which may be measurable or a non-measurable gauge
|
double |
value()
Deprecated.
As of 1.0.0, use
metricValue() instead. This will be removed in a future major release. |
MetricName metricName()
@Deprecated double value()
metricValue()
instead. This will be removed in a future major release.Object metricValue()