Package io.prometheus.client.hotspot
Class MemoryAllocationExports
- java.lang.Object
-
- io.prometheus.client.Collector
-
- io.prometheus.client.hotspot.MemoryAllocationExports
-
public class MemoryAllocationExports extends io.prometheus.client.Collector
-
-
Constructor Summary
Constructors Constructor Description MemoryAllocationExports()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<io.prometheus.client.Collector.MetricFamilySamples>collect()protected List<GarbageCollectorMXBean>getGarbageCollectorMXBeans()
-
-
-
Constructor Detail
-
MemoryAllocationExports
public MemoryAllocationExports()
-
-
Method Detail
-
collect
public List<io.prometheus.client.Collector.MetricFamilySamples> collect()
- Specified by:
collectin classio.prometheus.client.Collector
-
getGarbageCollectorMXBeans
protected List<GarbageCollectorMXBean> getGarbageCollectorMXBeans()
-
-