| Constructor and Description |
|---|
GarbageCollectorMetricSet()
Creates 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.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Metric> |
getMetrics()
A map of metric names to metrics.
|
public GarbageCollectorMetricSet()
public GarbageCollectorMetricSet(Collection<GarbageCollectorMXBean> garbageCollectors)
garbageCollectors - the garbage collectorsCopyright © 2022. All rights reserved.