Home / cs-notes / Architecture / Components / Metrics / Metric
- Metric
- Histogram
- Counter
- Metered
- Meter
- Timer
- Gauge
- JmxAttributeGauge
- MetricSet
- MetricRegistry
- JvmAttributeGaugeSet
/**
* A tag interface to indicate that a class is a metric.
*/
public interface Metric {
}