Uses of Package
com.codahale.metrics
Packages that use com.codahale.metrics
Package
Description
-
Classes in com.codahale.metrics used by com.codahale.metricsClassDescriptionAn abstraction for how time passes.A reporter which outputs measurements to a
PrintStream
, likeSystem.out
.A builder forConsoleReporter
instances.An incrementing and decrementing counter metric.An interface for metric types which have counts.A reporter which creates a comma-separated values file of the measurements for each metric.A builder forCsvReporter
instances.An exponentially-weighted moving average.A gauge metric is an instantaneous reading of a particular value.A metric which calculates the distribution of a value.A reporter which listens for new metrics and exposes them as namespaced MBeans.A builder forCsvReporter
instances.One or more variables that together maintain an initially zerolong
sum.A meter metric which measures mean throughput and one-, five-, and fifteen-minute exponentially-weighted moving average throughputs.An object which maintains mean and exponentially-weighted rate.A tag interface to indicate that a class is a metric.A filter used to determine whether or not a metric should be reported, among other things.A registry of metric instances.A quick and easy way of capturing the notion of default metrics.Listeners for events from the registry.A set of named metrics.A ratio of one quantity to another.A statistically representative reservoir of a data stream.An object which samples values.The abstract base class for all scheduled reporters (i.e., reporters which process a registry's metrics periodically).A reporter class for logging metrics values to a SLF4JLogger
periodically, similar toConsoleReporter
orCsvReporter
, but using the SLF4J framework instead.A builder forCsvReporter
instances.A statistical snapshot of aSnapshot
.A package-local class holding common representation and mechanics for classes supporting dynamic striping on 64bit values.Padded variant of AtomicLong supporting only raw accesses plus CAS.Holder for the thread-local hash code.The corresponding ThreadLocal classCopied directly from the JSR-166 project.A timer metric which aggregates timing durations and provides duration statistics, plus throughput statistics viaMeter
.A timing context. -
Classes in com.codahale.metrics used by com.codahale.metrics.graphiteClassDescriptionAn abstraction for how time passes.An incrementing and decrementing counter metric.A gauge metric is an instantaneous reading of a particular value.A metric which calculates the distribution of a value.An object which maintains mean and exponentially-weighted rate.A filter used to determine whether or not a metric should be reported, among other things.A registry of metric instances.The abstract base class for all scheduled reporters (i.e., reporters which process a registry's metrics periodically).A timer metric which aggregates timing durations and provides duration statistics, plus throughput statistics via
Meter
. -
Classes in com.codahale.metrics used by com.codahale.metrics.httpclientClassDescriptionA registry of metric instances.A timer metric which aggregates timing durations and provides duration statistics, plus throughput statistics via
Meter
. -
Classes in com.codahale.metrics used by com.codahale.metrics.jsonClassDescriptionAn incrementing and decrementing counter metric.A gauge metric is an instantaneous reading of a particular value.A metric which calculates the distribution of a value.A meter metric which measures mean throughput and one-, five-, and fifteen-minute exponentially-weighted moving average throughputs.A registry of metric instances.A timer metric which aggregates timing durations and provides duration statistics, plus throughput statistics via
Meter
. -
Classes in com.codahale.metrics used by com.codahale.metrics.jvmClassDescriptionA gauge metric is an instantaneous reading of a particular value.A tag interface to indicate that a class is a metric.A set of named metrics.A gauge which measures the ratio of one value to another.A ratio of one quantity to another.
-
Classes in com.codahale.metrics used by com.codahale.metrics.log4jClassDescriptionA meter metric which measures mean throughput and one-, five-, and fifteen-minute exponentially-weighted moving average throughputs.A registry of metric instances.
-
Classes in com.codahale.metrics used by com.codahale.metrics.logbackClassDescriptionA meter metric which measures mean throughput and one-, five-, and fifteen-minute exponentially-weighted moving average throughputs.A registry of metric instances.
-
Classes in com.codahale.metrics used by com.codahale.metrics.servletClassDescriptionAn incrementing and decrementing counter metric.A meter metric which measures mean throughput and one-, five-, and fifteen-minute exponentially-weighted moving average throughputs.A registry of metric instances.A timer metric which aggregates timing durations and provides duration statistics, plus throughput statistics via
Meter
. -
Classes in com.codahale.metrics used by com.codahale.metrics.servlets