Class GarbageCollectorMetricSet
java.lang.Object
com.codahale.metrics.jvm.GarbageCollectorMetricSet
-
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
Modifier and TypeMethodDescriptionA map of metric names to metrics.
-
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
-