Package org.wildfly.extension.metrics
Interface Metric
- All Known Implementing Classes:
WildFlyMetric
public interface Metric
A representation of a metric.
It is possibe that the value can not be computed (e.g. if it is backed by a WildFly
management attribute value which is undefined).
-
Method Summary
-
Method Details
-
getValue
OptionalDouble getValue()
-