Package com.codahale.metrics
Interface MetricSet
-
- All Superinterfaces:
Metric
- All Known Implementing Classes:
BufferPoolMetricSet,GarbageCollectorMetricSet,JvmAttributeGaugeSet,MemoryUsageGaugeSet,MetricRegistry,ThreadStatesGaugeSet
public interface MetricSet extends Metric
A set of named metrics.- See Also:
MetricRegistry.registerAll(MetricSet)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,Metric>getMetrics()A map of metric names to metrics.
-
-
-
Method Detail
-
getMetrics
java.util.Map<java.lang.String,Metric> getMetrics()
A map of metric names to metrics.- Returns:
- the metrics
-
-