Package com.codahale.metrics.jvm
Class GarbageCollectorMetricSet
java.lang.Object
com.codahale.metrics.jvm.GarbageCollectorMetricSet
- All Implemented Interfaces:
com.codahale.metrics.Metric,com.codahale.metrics.MetricSet
A set of gauges for the counts and elapsed times of garbage collections.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new set of gauges for all discoverable garbage collectors.GarbageCollectorMetricSet(Collection<GarbageCollectorMXBean> garbageCollectors) Creates a new set of gauges for the given collection of garbage collectors. -
Method Summary
-
Constructor Details
-
GarbageCollectorMetricSet
public GarbageCollectorMetricSet()Creates a new set of gauges for all discoverable garbage collectors. -
GarbageCollectorMetricSet
Creates a new set of gauges for the given collection of garbage collectors.- Parameters:
garbageCollectors- the garbage collectors
-
-
Method Details
-
getMetrics
- Specified by:
getMetricsin interfacecom.codahale.metrics.MetricSet
-