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 TypeClassDescriptionclassA set of gauges for the JVM name, vendor, and uptime.classA registry of metric instances.Methods in com.codahale.metrics with parameters of type MetricSetModifier and TypeMethodDescriptionvoidMetricRegistry.registerAll(MetricSet metrics) Given a metric set, registers them.private voidMetricRegistry.registerAll(String prefix, MetricSet metrics) -
Uses of MetricSet in com.codahale.metrics.jvm
Classes in com.codahale.metrics.jvm that implement MetricSetModifier and TypeClassDescriptionclassA set of gauges for the count, usage, and capacity of the JVM's direct and mapped buffer pools.classA set of gauges for the counts and elapsed times of garbage collections.classA set of gauges for JVM memory usage, including stats on heap vs.classA set of gauges for the number of threads in their various states and deadlock detection.