Class JvmMemoryPoolAllocationMetrics.Builder
java.lang.Object
io.prometheus.metrics.instrumentation.jvm.JvmMemoryPoolAllocationMetrics.Builder
- Enclosing class:
JvmMemoryPoolAllocationMetrics
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconstLabels(Labels constLabels) voidregister()voidregister(PrometheusRegistry registry) (package private) JvmMemoryPoolAllocationMetrics.BuilderwithGarbageCollectorBeans(List<GarbageCollectorMXBean> garbageCollectorBeans) Package private.
-
Field Details
-
garbageCollectorBeans
-
constLabels
-
-
Constructor Details
-
Builder
private Builder()
-
-
Method Details
-
constLabels
-
withGarbageCollectorBeans
JvmMemoryPoolAllocationMetrics.Builder withGarbageCollectorBeans(List<GarbageCollectorMXBean> garbageCollectorBeans) Package private. For testing only. -
register
public void register() -
register
-