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 forConsoleReporterinstances.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 forCsvReporterinstances.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 forCsvReporterinstances.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.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 SLF4JLoggerperiodically, similar toConsoleReporterorCsvReporter, but using the SLF4J framework instead.A builder forCsvReporterinstances.A statistical snapshot of aSnapshot.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.A gauge metric is an instantaneous reading of a particular value.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).
-
Classes in com.codahale.metrics used by com.codahale.metrics.httpclient
-
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.log4j
-
Classes in com.codahale.metrics used by com.codahale.metrics.logback
-
Classes in com.codahale.metrics used by com.codahale.metrics.servlet
-
Classes in com.codahale.metrics used by com.codahale.metrics.servlets