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