-
interface
A gauge metric is an instantaneous reading of a particular value.
interface
An object which maintains mean and moving average rates.
interface
interface
class
A
Gauge implementation which caches its value for a period of time.
class
An incrementing and decrementing counter metric.
class
class
A gauge whose value is derived from the value of another gauge.
class
A metric which calculates the distribution of a value.
class
A meter metric which measures mean throughput and one-, five-, and fifteen-minute
moving average throughputs.
class
A registry of metric instances.
final class
A registry of metric instances which never creates or registers any metrics and returns no-op implementations of any metric type.
class
A gauge which measures the ratio of one value to another.
class
A timer metric which aggregates timing durations and provides duration statistics, plus
throughput statistics via
Meter.
Given a
Metric, registers it under the given name.
Given a
Metric, registers it under the given name.
Creates a new
ConcurrentMap implementation for use inside the registry.
Creates a new
ConcurrentMap implementation for use inside the registry.
A map of metric names to metrics.
A map of metric names to metrics.
boolean
Returns true if the metric matches the filter; false otherwise.