Package com.lightbend.cinnamon.metric
Interface Metric
-
- All Known Subinterfaces:
Counter
,GaugeDouble
,GaugeLong
,ProvidingGaugeDouble
,ProvidingGaugeLong
,Rate
,Recorder
public interface Metric
Metric
common interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
destroy()
Destroy theMetric
.
-