Uses of Interface
com.codahale.metrics.MetricSet
-
Packages that use MetricSet Package Description com.codahale.metrics com.codahale.metrics.jvm -
-
Uses of MetricSet in com.codahale.metrics
Classes in com.codahale.metrics that implement MetricSet Modifier and Type Class Description class
JvmAttributeGaugeSet
A set of gauges for the JVM name, vendor, and uptime.class
MetricRegistry
A registry of metric instances.Methods in com.codahale.metrics with parameters of type MetricSet Modifier and Type Method Description void
MetricRegistry. registerAll(MetricSet metrics)
Given a metric set, registers them.private void
MetricRegistry. registerAll(java.lang.String prefix, MetricSet metrics)
-
Uses of MetricSet in com.codahale.metrics.jvm
Classes in com.codahale.metrics.jvm that implement MetricSet Modifier and Type Class Description class
BufferPoolMetricSet
A set of gauges for the count, usage, and capacity of the JVM's direct and mapped buffer pools.class
GarbageCollectorMetricSet
A set of gauges for the counts and elapsed times of garbage collections.class
MemoryUsageGaugeSet
A set of gauges for JVM memory usage, including stats on heap vs.class
ThreadStatesGaugeSet
A set of gauges for the number of threads in their various states and deadlock detection.
-