Package io.dropwizard.metrics5.jvm
Class GarbageCollectorMetricSet
java.lang.Object
io.dropwizard.metrics5.jvm.GarbageCollectorMetricSet
- All Implemented Interfaces:
io.dropwizard.metrics5.Metric
,io.dropwizard.metrics5.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
Modifier and TypeMethodDescriptionMap<io.dropwizard.metrics5.MetricName,
io.dropwizard.metrics5.Metric>
-
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:
getMetrics
in interfaceio.dropwizard.metrics5.MetricSet
-